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