framework/stubs/migrations/blank.stub

14 lines
180 B
Plaintext

<?php
use Illuminate\Database\Schema\Builder;
return [
'up' => function (Builder $schema) {
//
},
'down' => function (Builder $schema) {
//
}
];