From 55d15bb56283555f97f41402d704230c12dd64a6 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 29 Jan 2018 20:14:06 +0900 Subject: [PATCH] =?UTF-8?q?message=EC=97=90=20=EB=A7=8C=EC=95=BD=EC=9D=84?= =?UTF-8?q?=20=EC=9C=84=ED=95=B4=20aux=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/schema.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twe/schema.php b/twe/schema.php index e535007e..8f233983 100644 --- a/twe/schema.php +++ b/twe/schema.php @@ -447,7 +447,8 @@ CREATE TABLE `message` ( `dest_name` VARCHAR(15) NULL DEFAULT NULL, `dest_nation` VARCHAR(15) NULL DEFAULT NULL, `dest_color` VARCHAR(15) NULL DEFAULT NULL, - `message` TEXT NOT NULL, + `message` TEXT NOT NULL, + `aux` TEXT NULL DEFAULT NULL COMMENT 'json', PRIMARY KEY (`id`), INDEX `by_owner` (`mailbox`, `time`), INDEX `by_dest` (`dest`, `time`),