mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
WS
This commit is contained in:
parent
03f52c42d9
commit
af144d9692
@ -19,6 +19,7 @@ requires the MyISAM storage engine, any DataObject you wish to use with Fulltext
|
|||||||
engine.
|
engine.
|
||||||
|
|
||||||
You can do so by adding this static variable to your class definition:
|
You can do so by adding this static variable to your class definition:
|
||||||
|
|
||||||
:::php
|
:::php
|
||||||
static $create_table_options = array(
|
static $create_table_options = array(
|
||||||
'MySQLDatabase' => 'ENGINE=MyISAM'
|
'MySQLDatabase' => 'ENGINE=MyISAM'
|
||||||
|
Loading…
Reference in New Issue
Block a user