#2 - wip
This commit is contained in:
@@ -12,9 +12,7 @@ return new class() extends Migration {
|
||||
Schema::create("users", function (Blueprint $table): void {
|
||||
$table->id();
|
||||
$table->string("name");
|
||||
$table->string("avatar")->nullable();
|
||||
$table->string("email")->unique();
|
||||
$table->string("google_id")->nullable();
|
||||
$table->rememberToken();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
Reference in New Issue
Block a user