feat: autorisations
This commit is contained in:
@@ -19,7 +19,6 @@ return new class extends Migration
|
||||
$table->string('password');
|
||||
$table->text('bio')->nullable();
|
||||
$table->string('avatar_url', 2048)->nullable();
|
||||
|
||||
$table->rememberToken();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user