From be984d157dafb0b90e41f224bb1c99c4c27dea5c Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Tue, 29 Mar 2022 10:52:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?= =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=B1=9E=E6=80=A7=E6=95=B0=E6=8D=AE=E8=A1=A8?= =?UTF-8?q?=20BARQ=20=E5=A4=87=E6=A1=88=E6=97=A5=E6=9C=9F=20=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=B1=BB=E5=9E=8B=E6=94=B9=E4=B8=BA=20varchar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/sql/20220307_企业标准关联表更新.sql | 1 - doc/sql/企业标准关联表更新.sql | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 doc/sql/20220307_企业标准关联表更新.sql create mode 100644 doc/sql/企业标准关联表更新.sql diff --git a/doc/sql/20220307_企业标准关联表更新.sql b/doc/sql/20220307_企业标准关联表更新.sql deleted file mode 100644 index 20c96cca..00000000 --- a/doc/sql/20220307_企业标准关联表更新.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE sar_buss_stand_val MODIFY COLUMN stand_id varchar(64) \ No newline at end of file diff --git a/doc/sql/企业标准关联表更新.sql b/doc/sql/企业标准关联表更新.sql new file mode 100644 index 00000000..877f856b --- /dev/null +++ b/doc/sql/企业标准关联表更新.sql @@ -0,0 +1,3 @@ +ALTER TABLE sar_buss_stand_val MODIFY COLUMN stand_id varchar(64) + +ALTER TABLE `sar_buss_stand_attr_info` MODIFY COLUMN `BARQ` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL AFTER `CYBZ`; \ No newline at end of file