Skip to content

Instantly share code, notes, and snippets.

@wernerkrauss
Created December 6, 2016 10:02
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 wernerkrauss/8ef7b7e576a23458151c6cfffb920129 to your computer and use it in GitHub Desktop.
Save wernerkrauss/8ef7b7e576a23458151c6cfffb920129 to your computer and use it in GitHub Desktop.
SilverStripe Fluent Problem (Row size too large)
private static $create_table_options = array(
'MySQLDatabase' => 'ENGINE=InnoDB ROW_FORMAT=COMPRESSED'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment