FIX: Make test work with utf8mb4

This commit is contained in:
Sam Minnee 2018-11-09 16:23:50 +13:00
parent bd5a815909
commit a8d3b95175

View File

@ -8,7 +8,7 @@ class TestIndexObject extends TestObject implements TestOnly
{
private static $table_name = 'DataObjectSchemaGenerationTest_IndexDO';
private static $db = [
'Title' => 'Varchar(255)',
'Title' => 'Varchar(192)',
'Content' => 'Text',
];