From 866be13e78cabf91141e5809fe6ff06a1697c06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AE=E3=81=B6?= Date: Thu, 31 Aug 2017 16:33:42 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=84=E3=81=84=E5=8A=A0=E6=B8=9B=E3=81=AB?= =?UTF-8?q?=E7=9B=B4=E3=81=95=E3=81=9B=E3=81=A6=E3=81=8F=E3=81=A0=E3=81=95?= =?UTF-8?q?=E3=81=84=20@see=20http://svn.ec-cube.net/open=5Ftrac/ticket/13?= =?UTF-8?q?41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/install/sql/create_table_mysqli.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/install/sql/create_table_mysqli.sql b/html/install/sql/create_table_mysqli.sql index 8eebbec462..3795005099 100644 --- a/html/install/sql/create_table_mysqli.sql +++ b/html/install/sql/create_table_mysqli.sql @@ -643,7 +643,7 @@ CREATE TABLE dtb_order_temp ( memo08 text, memo09 text, memo10 text, - session text, + session longtext, PRIMARY KEY (order_temp_id(64)) ); @@ -1137,7 +1137,7 @@ CREATE TABLE dtb_module ( CREATE TABLE dtb_session ( sess_id text NOT NULL, - sess_data text, + sess_data longtext, create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, update_date timestamp NOT NULL, PRIMARY KEY (sess_id(255))