text('value')->change(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('shared_environment_variables', function (Blueprint $table) { $table->string('value')->change(); }); } };