mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:24:04 +00:00
Use nullable data column instead of default value
This commit is contained in:
parent
d92277a236
commit
52476d6298
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class CreateTenantsTable extends Migration
|
|||
// your custom columns may go here
|
||||
|
||||
$table->timestamps();
|
||||
$table->json('data')->default('{}');
|
||||
$table->json('data')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue