From e08d280c5f2a1d232c2dfdc5eadd6ef9f8bcf91f Mon Sep 17 00:00:00 2001 From: 3y Date: Fri, 23 Dec 2022 10:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E8=A1=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=20creator=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/austin.sql | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sql/austin.sql b/sql/austin.sql index 0b25d95..7d74a87 100644 --- a/sql/austin.sql +++ b/sql/austin.sql @@ -4,7 +4,8 @@ database austin; use austin; -drop table IF EXISTS message_template +drop table IF EXISTS message_template; + CREATE TABLE `message_template` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, @@ -61,7 +62,9 @@ CREATE TABLE `sms_record` DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT ='短信记录信息'; -drop table IF EXISTS channel_account +drop table IF EXISTS channel_account; + + CREATE TABLE `channel_account` ( `id` bigint(20) NOT NULL AUTO_INCREMENT,