First Aid list, amount list and kitchen list PDF download implemented
This commit is contained in:
@@ -27,6 +27,7 @@ return new class extends Migration
|
||||
Schema::create('swimming_permissions', function (Blueprint $table) {
|
||||
$table->string('slug')->unique()->primary();
|
||||
$table->string('name');
|
||||
$table->string('short');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user