Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
esyede committed Jul 21, 2024
1 parent 39dfecd commit fae5158
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public function up()
$table->increments('id');
$table->string('name', 191);
$table->string('email', 191)->unique();
$table->timestamp('email_verified_at')->nullable();
$table->string('password', 60);
$table->timestamp('email_verified_at')->nullable();
$table->timestamps();
});

Expand Down

0 comments on commit fae5158

Please sign in to comment.