string('group')->default('(Empty)')->after('id'); }); } public function down() { if(Schema::hasColumn('martin_forms_records', 'group')) { Schema::table('martin_forms_records', function ($table) { $table->dropColumn('group'); }); } } } ?>