mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:14:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
71e1c170bb
commit
10cf366cab
2 changed files with 2 additions and 3 deletions
|
|
@ -16,9 +16,9 @@ class CreateTenantsTable extends Migration
|
|||
Schema::create('tenants', function (Blueprint $table) {
|
||||
$table->string('uuid', 36)->primary(); // don't change this
|
||||
$table->string('domain', 255)->index(); // don't change this
|
||||
|
||||
|
||||
// your indexed columns go here
|
||||
|
||||
|
||||
$table->json('data')->default('{}');
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue