We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2152d53 commit dc02f92Copy full SHA for dc02f92
database/migrations/2025_04_30_135437_alter_users_table.php
@@ -16,7 +16,7 @@ public function up(): void
16
public function down(): void
17
{
18
Schema::table('users', function (Blueprint $table) {
19
- $table->string('name')->nullable();
+ $table->string('name')->change();
20
});
21
}
22
};
0 commit comments