mirror of
https://github.com/flarum/core.git
synced 2025-10-23 04:36:08 +02:00
@@ -31,6 +31,7 @@ abstract class Migration
|
||||
'up' => function (Builder $schema) use ($name, $definition) {
|
||||
$schema->create($name, function (Blueprint $table) use ($schema, $definition) {
|
||||
$definition($table);
|
||||
$table->engine = 'InnoDB';
|
||||
|
||||
static::fixIndexNames($schema, $table);
|
||||
});
|
||||
|
Reference in New Issue
Block a user