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