fixes
This commit is contained in:
@@ -13,7 +13,6 @@ return new class extends Migration
|
||||
{
|
||||
Schema::create('teams', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('uuid')->unique();
|
||||
$table->string('name');
|
||||
$table->boolean('personal_team')->default(false);
|
||||
$table->schemalessAttributes('extra_attributes');
|
||||
|
||||
Reference in New Issue
Block a user