schema->table('{{table}}', function (Blueprint $table) { // }); } public function down() { $this->schema->table('{{table}}', function (Blueprint $table) { // }); } }