mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
use date
This commit is contained in:
parent
cd594395d9
commit
746a9e87a0
@ -17,7 +17,7 @@ class CreateUsersTable extends Migration
|
||||
$table->increments('id');
|
||||
$table->string('name');
|
||||
$table->string('email')->unique();
|
||||
$table->boolean('email_verified')->default(false);
|
||||
$table->timestamp('email_verified_at')->nullable();
|
||||
$table->string('password');
|
||||
$table->rememberToken();
|
||||
$table->timestamps();
|
||||
|
Loading…
x
Reference in New Issue
Block a user