Fixed - Guides
Added - contacts visual (controller coming soon)
This commit is contained in:
@@ -22,7 +22,7 @@ class CreateContact extends Migration
|
||||
$table->string('title', 255);
|
||||
$table->string('email', 255);
|
||||
$table->integer('phone');
|
||||
//$table->unique('email');
|
||||
$table->string('phonetimes');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user