Domain Create Modal anpassen Fehler auf Null
parent
a78767809d
commit
f1c4fbf9a1
|
|
@ -19,7 +19,7 @@ return new class extends Migration
|
|||
$table->enum('type', ['single','group'])->default('single');
|
||||
$table->string('group_name', 80)->nullable();
|
||||
$table->boolean('is_active')->default(true)->index();
|
||||
$table->boolean('is_system')->default(false)->after('is_active')->index();
|
||||
$table->boolean('is_system')->default(false)->index();
|
||||
$table->text('notes')->nullable();
|
||||
$table->timestamps();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue