1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 15:54:03 +00:00

Remove default JSON value

Fails on MySQL
This commit is contained in:
Samuel Štancl 2019-08-17 14:37:39 +02:00 committed by GitHub
parent 40fa69932b
commit 8d92d7481e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ class CreateTenantsTable extends Migration
// your indexed columns go here // your indexed columns go here
$table->json('data')->default('{}'); $table->json('data');
}); });
} }