1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 05:54:05 +00:00

improve tests

This commit is contained in:
Abrar Ahmad 2022-10-03 13:49:06 +05:00
parent cb73936d71
commit 8ecbe26b6d
3 changed files with 165 additions and 240 deletions

View file

@ -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');
});
}