mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
update: contacts migration - default column with default value set to false.
This commit is contained in:
@@ -20,7 +20,7 @@ class CreateContactsTable extends Migration
|
||||
$table->string('phone', '45')->nullable();
|
||||
$table->string('email')->nullable();
|
||||
$table->string('wechat_id', '45')->nullable();
|
||||
$table->integer('default');
|
||||
$table->integer('default')->default(false);
|
||||
$table->softDeletes();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user