removed email verification from blade temp until fixed

This commit is contained in:
omair saleh
2020-09-14 16:56:14 +08:00
parent 105bc4beba
commit 31f464dd89
@@ -19,7 +19,6 @@ class CreateCompanyConnectionsTable extends Migration
$table->id(); $table->id();
$table->foreignId('module_one'); $table->foreignId('module_one');
$table->foreignId('module_two'); $table->foreignId('module_two');
$table->text('marking');
$table->integer('status')->default(RelationStatus::PENDING); $table->integer('status')->default(RelationStatus::PENDING);
$table->foreignId('instigator')->comment('entity that is responsible for current status'); $table->foreignId('instigator')->comment('entity that is responsible for current status');
$table->timestamps(); $table->timestamps();