Closed hiddeco closed 8 years ago
Adds support for setting e.g. engine, collate and charset table options.
engine
collate
charset
$builder->table('foo', function(Table $table) { $table->setOptions(['charset' => 'utf8mb']); })
Adds support for setting e.g.
engine
,collate
andcharset
table options.