enum("company",[ "getgreen", "sunhightech" ])->default("getgreen"); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table("contract_templates", function(Blueprint $table){ $table->dropColumn("company"); }); } };