2 lines
102 B
SQL
2 lines
102 B
SQL
ALTER TABLE `ufutx_guide_template`
|
|
ADD COLUMN `hint` text NULL COMMENT '温馨提示' AFTER `status`; |