Browse Source

新增sql变更文件

cuicui20210817 3 years ago
parent
commit
5d120f7c50
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sql/changeSql.sql

+ 2 - 0
sql/changeSql.sql

@@ -0,0 +1,2 @@
+-- 增加title 2022-05-17
+alter table tb_article add column title varchar(100) NULL DEFAULT '默认值' COMMENT '注释' after sender_name;