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 38f5cc7 commit deb4d05Copy full SHA for deb4d05
database/migrations/create_users_table.php.stub
@@ -12,8 +12,8 @@ return new class extends Migration
12
$table->id();
13
$table->string('name');
14
$table->integer('age');
15
- $table->string('username')->unique();
16
- $table->string('email')->unique();
+ $table->string('username');
+ $table->string('email');
17
$table->timestamps();
18
});
19
}
0 commit comments