mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-22 14:04:21 +00:00
fix: address table with column default set with default value false.
This commit is contained in:
@@ -22,7 +22,7 @@ class CreateAddressesTable extends Migration
|
||||
$table->foreignId('state_id')->constrained();
|
||||
$table->foreignId('country_id')->constrained();
|
||||
$table->string('postcode', '45');
|
||||
$table->integer('default');
|
||||
$table->integer('default')->default(false);
|
||||
$table->softDeletes();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user