homepage and logo
This commit is contained in:
parent
c9d982669a
commit
ef6dadb148
12 changed files with 359 additions and 242 deletions
|
@ -22,6 +22,7 @@ return new class extends Migration
|
|||
$table->string('location')->nullable();
|
||||
$table->integer('max_teams')->default(0);
|
||||
$table->integer('current_scheduling_mode_id')->nullable();
|
||||
$table->uuid('owner')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue