mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-15 03:34:03 +00:00
place id column first
This commit is contained in:
parent
3554f7d34b
commit
cb4e79f1a0
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ That said, automatic tenancy will still work the same way.
|
|||
});
|
||||
|
||||
Schema::table('domains', function (Blueprint $table) {
|
||||
$table->increments('id')->before('domain');
|
||||
$table->increments('id')->first();
|
||||
$table->unique('domain');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue