Update create user route
This commit is contained in:
@@ -19,7 +19,7 @@ return new class extends Migration
|
||||
$table->string('password');
|
||||
$table->string('phone')->nullable();
|
||||
$table->integer('validate');
|
||||
$table->integer('role');
|
||||
$table->integer('role')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user