Skip to content

Commit

Permalink
いい加減に直させてください
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuhiko committed Aug 31, 2017
1 parent ab2a699 commit 866be13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/install/sql/create_table_mysqli.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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))
);

Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit 866be13

Please sign in to comment.