mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 08:04:03 +00:00
wip
This commit is contained in:
parent
401212bd6c
commit
03f233b975
3 changed files with 7 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ class CreateTenantsTable extends Migration
|
|||
Schema::create('tenants', function (Blueprint $table) {
|
||||
$table->string('uuid', 36)->primary();
|
||||
$table->string('domain', 255)->index();
|
||||
$table->string('data', 1024);
|
||||
$table->string('data', 1024)->default('{}');
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue