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