migrate/1722060174_table_add_gender.up.sql

1 line
75 B
MySQL
Raw Normal View History

2024-07-27 15:37:23 +08:00
alter table ufutx_test add column gender tinyint default 1 comment "性别"