1. 查询 select * from table where 条件
2.修改 update table set 列= value where 条件
3.增加一列 alter table 名 add [列] varchar(10) NULL(sql里没有 string)
4.删除 alter table aaa drop column name
发布的时候执行
需要创建 ~upgrade目录 和SQL目录 在程序目录下