mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 16:12:50 +08:00
parent
95d2ba3eb7
commit
4ec12da827
|
@ -19,7 +19,7 @@ return [
|
|||
|
||||
'down' => function (Builder $schema) {
|
||||
$schema->table('flags', function (Blueprint $table) {
|
||||
$table->string(['reason_detail'])->change();
|
||||
$table->string('reason_detail')->change();
|
||||
});
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user