updated relations

This commit is contained in:
Jagad R R
2024-12-11 14:11:17 +07:00
parent 9ac256189d
commit 8cf94b5a5e
9 changed files with 9 additions and 7 deletions
@@ -20,6 +20,7 @@ class CreateAdminsTable extends Migration
$table->string('username')->unique();
$table->timestamp('email_verified_at')->nullable();
$table->string('password');
$table->string('phone');
$table->rememberToken();
$table->timestamps();
$table->softDeletes();