Fixed contacts

This commit is contained in:
frederikpyt
2020-07-27 13:34:45 +02:00
parent 6979d0c0b4
commit 0c8cad9668
6 changed files with 15 additions and 15 deletions
@@ -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');