mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 07:14:04 +00:00
improve tests
This commit is contained in:
parent
cb73936d71
commit
8ecbe26b6d
3 changed files with 165 additions and 240 deletions
|
|
@ -21,10 +21,6 @@ class TestCreateCentralUsersWithExtraFieldsTable extends Migration
|
|||
$table->string('name');
|
||||
$table->string('email');
|
||||
$table->string('password');
|
||||
|
||||
// extra columns
|
||||
$table->string('role');
|
||||
$table->string('code');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue