add abnks
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user