add abnks

This commit is contained in:
2024-11-05 16:48:05 +05:00
parent 03b866df69
commit 158569663a
12 changed files with 185 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ return new class extends Migration
$table->id();
$table->string('name')->unique();
$table->string('bab')->unique();
$table->string('hb')->unique();
$table->string('hb')->unique()->nullable();
$table->timestamps();
});
}