v0.5.15h - Fixed bugs
This commit is contained in:
@@ -21,7 +21,7 @@ class CreateContact extends Migration
|
||||
$table->string('contactname', 255);
|
||||
$table->string('title', 255);
|
||||
$table->string('email', 255);
|
||||
$table->integer('phone');
|
||||
$table->integer('phone')->nullable(true);
|
||||
$table->string('phonetimes');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user