text('vod')->nullable()->default(null); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('results', function(Blueprint $table) { $table->dropColumn('vod'); }); } };