Fixed contacts
This commit is contained in:
@@ -16,8 +16,8 @@ class CreateContact extends Migration
|
||||
Schema::create('contacts', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->timestamps();
|
||||
$table->string('name_first', 255);
|
||||
$table->string('name_last', 255);
|
||||
$table->string('contactname', 255);
|
||||
$table->string('title', 255);
|
||||
$table->string('email', 255);
|
||||
$table->integer('phone');
|
||||
//$table->unique('email');
|
||||
|
||||
Reference in New Issue
Block a user