forked from miguel456/rbrecruiter
Ammend to previous commit
This commit is contained in:
parent
914bde3709
commit
20bb7bbcb5
|
@ -15,7 +15,7 @@ class CreateUsersTable extends Migration
|
|||
{
|
||||
Schema::create('users', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('uuid'); // Mojang UUID
|
||||
$table->string('uuid')->nullable(); // Mojang UUID
|
||||
$table->string('name');
|
||||
$table->string('email')->unique();
|
||||
$table->timestamp('email_verified_at')->nullable();
|
||||
|
|
Loading…
Reference in New Issue