From 62bee1629b0187d971d81922abae70d9199ac09c Mon Sep 17 00:00:00 2001 From: Hankin Date: Mon, 5 Aug 2024 15:44:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1722843784_table_test_add_mobile.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1722843784_table_test_add_mobile.up.sql diff --git a/1722843784_table_test_add_mobile.up.sql b/1722843784_table_test_add_mobile.up.sql new file mode 100644 index 0000000..de057c1 --- /dev/null +++ b/1722843784_table_test_add_mobile.up.sql @@ -0,0 +1 @@ +ALTER table `ufutx_test` ADD COLUMN mobile varchar(20) not null comment "手机号" \ No newline at end of file