新增sql变更文件

pull/2/head
cuicui20210817 2022-05-17 10:00:03 +08:00
parent a0d574ad20
commit 5d120f7c50
1 changed files with 2 additions and 0 deletions

2
sql/changeSql.sql Normal file
View File

@ -0,0 +1,2 @@
-- title 2022-05-17
alter table tb_article add column title varchar(100) NULL DEFAULT '' COMMENT '' after sender_name;