function (Builder $schema) { $schema->table('{{table}}', function (Blueprint $table) { // }); }, 'down' => function (Builder $schema) { $schema->table('{{table}}', function (Blueprint $table) { // }); } ];