date('abgelehnt')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('films', function(Blueprint $table) { $table->dropColumn('abgelehnt'); // }); } }