migrate/1731031548_change_table_guide_template.up.sql

2 lines
102 B
MySQL
Raw Normal View History

2024-11-08 10:09:23 +08:00
ALTER TABLE `ufutx_guide_template`
ADD COLUMN `hint` text NULL COMMENT '温馨提示' AFTER `status`;