mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
removed email verification from blade temp until fixed
This commit is contained in:
@@ -19,7 +19,6 @@ class CreateCompanyConnectionsTable extends Migration
|
||||
$table->id();
|
||||
$table->foreignId('module_one');
|
||||
$table->foreignId('module_two');
|
||||
$table->text('marking');
|
||||
$table->integer('status')->default(RelationStatus::PENDING);
|
||||
$table->foreignId('instigator')->comment('entity that is responsible for current status');
|
||||
$table->timestamps();
|
||||
|
||||
Reference in New Issue
Block a user