From 6b2dee918ff3dbc9b619499519f402668f780dd9 Mon Sep 17 00:00:00 2001 From: Hankin Date: Wed, 8 Jan 2025 19:34:56 +0800 Subject: [PATCH] asign user add sex --- 1736333845_table_asign_user_add_sex.up.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 1736333845_table_asign_user_add_sex.up.sql diff --git a/1736333845_table_asign_user_add_sex.up.sql b/1736333845_table_asign_user_add_sex.up.sql new file mode 100644 index 0000000..41dc951 --- /dev/null +++ b/1736333845_table_asign_user_add_sex.up.sql @@ -0,0 +1,3 @@ +ALTER TABLE `ufutx_asign_user` +ADD COLUMN `sex` varchar(5) default NULL comment "性别" after `mobile`, +ADD COLUMN `birthday` varchar(20) default NULL comment "生日" after `mobile` \ No newline at end of file