From 1403d2c2bb87e75d14edd8a4b7c48f29eb9692e0 Mon Sep 17 00:00:00 2001 From: wangxin Date: Thu, 22 Nov 2018 16:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9asn=20ip=20userregion1?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E7=9A=84=E7=9A=84=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20181122/alter_asn_ip_cfg_asn_no.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/sql/20181122/alter_asn_ip_cfg_asn_no.sql diff --git a/src/main/resources/sql/20181122/alter_asn_ip_cfg_asn_no.sql b/src/main/resources/sql/20181122/alter_asn_ip_cfg_asn_no.sql new file mode 100644 index 000000000..097260572 --- /dev/null +++ b/src/main/resources/sql/20181122/alter_asn_ip_cfg_asn_no.sql @@ -0,0 +1,2 @@ +#修改asn ip cfg 的asn id所在列 user_region1的大小,以便能在其上创建索引 +ALTER TABLE asn_ip_cfg MODIFY COLUMN user_region1 VARCHAR(20) DEFAULT NULL; \ No newline at end of file