Skip to content

Instantly share code, notes, and snippets.

@ko31
Created February 8, 2015 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ko31/916ceb9e85fd16bc9e7d to your computer and use it in GitHub Desktop.
Save ko31/916ceb9e85fd16bc9e7d to your computer and use it in GitHub Desktop.
【EC-CUBE】セッション情報を格納するフィールドのデータ型を拡張
ALTER TABLE `dtb_session` CHANGE `sess_data` `sess_data` LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;
ALTER TABLE `dtb_order_temp` CHANGE `session` `session` LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment