mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:14:03 +00:00
Remove default JSON value
Fails on MySQL
This commit is contained in:
parent
40fa69932b
commit
8d92d7481e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class CreateTenantsTable extends Migration
|
|||
|
||||
// your indexed columns go here
|
||||
|
||||
$table->json('data')->default('{}');
|
||||
$table->json('data');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue