mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 19:34:04 +00:00
Clenup for resource syncing
This commit is contained in:
parent
6dad6ce49a
commit
da23662d7b
4 changed files with 9 additions and 12 deletions
|
|
@ -8,11 +8,6 @@ use Illuminate\Support\Facades\Schema;
|
|||
|
||||
class CreateTenantUsersTable extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
Schema::create('tenant_users', function (Blueprint $table) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue