Files
junhong_cmp_fiber/migrations/000001_add_table_comment.down.sql
2025-12-15 14:37:34 +08:00

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;