|
|
@@ -16,7 +16,7 @@ return new class extends Migration
|
|
|
$table->string('name');
|
|
|
$table->string('email')->unique();
|
|
|
$table->timestamp('email_verified_at')->nullable();
|
|
|
- $table->string('password');
|
|
|
+ $table->string('password')->nullable();
|
|
|
$table->string('type')->default('USER');
|
|
|
$table->string('language')->default('pt');
|
|
|
$table->timestamps();
|