添加callback,迁移文件
This commit is contained in:
4
migrations/000001_add_table_comment.down.sql
Normal file
4
migrations/000001_add_table_comment.down.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
COMMENT ON TABLE tb_account IS null;
|
||||
COMMENT ON TABLE tb_permission IS null;
|
||||
COMMENT ON TABLE tb_role IS null;
|
||||
COMMENT ON TABLE tb_role_permission IS null;
|
||||
Reference in New Issue
Block a user