From 4eb5e02cfd9013f8ca121de37c10f6caf95256cd Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Dec 2019 17:40:00 +0800 Subject: [PATCH] update --- update.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sql b/update.sql index cd40692b..549d9bda 100644 --- a/update.sql +++ b/update.sql @@ -27,6 +27,9 @@ CREATE TABLE `v2_notice` ( `updated_at` int(11) NOT NULL ); +ALTER TABLE `v2_notice` +ADD `img_url` varchar(255) COLLATE 'utf8_general_ci' NULL AFTER `content`; + CREATE TABLE `v2_ticket` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL,