Skip to content

Commit 044a4ab

Browse files
committed
Update username length
1 parent bfe05a7 commit 044a4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/migrations/2014_10_12_000000_create_users_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function up()
1818

1919
$table->string('name');
2020
$table->string('email')->unique();
21-
//$table->string('username')->nullable()->unique();
21+
// $table->string('username', 50)->nullable()->unique();
2222
$table->timestamp('email_verified_at')->nullable();
2323
$table->string('password');
2424
$table->rememberToken();

0 commit comments

Comments
 (0)