schema->table('DummyTable', function (Blueprint $table) { // }); } /** * Reverse the migrations. * * @return void */ public function down() { App::$db->schema->table('DummyTable', function (Blueprint $table) { // }); } }