integer('front_id')->unsigned()->nullable(); }); } public function down() { Schema::table('graker_photoalbums_albums', function($table) { $table->dropColumn('front_id'); }); } }