migrate/1731031548_change_table_guide_template.up.sql
2024-11-08 10:09:23 +08:00

2 lines
102 B
SQL

ALTER TABLE `ufutx_guide_template`
ADD COLUMN `hint` text NULL COMMENT '温馨提示' AFTER `status`;