From 40334e55a893aea62a8a469305fc4e6af46d0081 Mon Sep 17 00:00:00 2001 From: Hankin Date: Mon, 10 Mar 2025 17:52:55 +0800 Subject: [PATCH] customer_add_post --- 1741600299_customer_add_post.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1741600299_customer_add_post.up.sql diff --git a/1741600299_customer_add_post.up.sql b/1741600299_customer_add_post.up.sql new file mode 100644 index 0000000..024694b --- /dev/null +++ b/1741600299_customer_add_post.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_s2_customer` +ADD COLUMN `post` VARCHAR(50) default null comment "职位" after `contacts_mobile` \ No newline at end of file