Files
junhong_cmp_fiber/migrations/archive/000001_add_table_comment.down.sql

5 lines
156 B
SQL

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;