Change email field title in migration
This commit is contained in:
parent
78009f0eaf
commit
8907eece2a
|
|
@ -18,7 +18,7 @@ class CreateClientsTable extends Migration
|
|||
$table->string('client_name')->unique()->nullable();
|
||||
$table->string('client_full_name')->nullable();
|
||||
$table->string('contact_name')->nullable();
|
||||
$table->string('contact_email')->nullable();
|
||||
$table->string('email')->nullable();
|
||||
$table->string('address_line1')->nullable();
|
||||
$table->string('address_line2')->nullable();
|
||||
$table->string('address_line3')->nullable();
|
||||
|
|
|
|||
Loading…
Reference in New Issue