migrate/1734147860_table_group_user_add_custom.up.sql

2 lines
113 B
MySQL
Raw Permalink Normal View History

2024-12-14 14:09:08 +08:00
ALTER TABLE `ufutx_group_users`
ADD COLUMN `comment` varchar(191) default null comment "备注" after `nickname`