Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
b99d300ab2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class AddZerofillToSettings extends Migration
|
|||
public function up()
|
||||
{
|
||||
Schema::table('settings', function (Blueprint $table) {
|
||||
$table->integer('zerofill_count')->default(0);
|
||||
$table->integer('zerofill_count')->default(5);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue