string('env', 50)->default('local'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('tenants', function (Blueprint $table) { // $table->dropColumn('env'); }); } };