Added early_access field
This commit is contained in:
parent
ecaf31ec95
commit
2dc3ce9128
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class AddInvoiceFontSupport extends Migration
|
|||
$t->string('bold');
|
||||
$t->string('italics');
|
||||
$t->string('bolditalics');
|
||||
$t->boolean('early_access');
|
||||
$t->boolean('is_early_access');
|
||||
$t->unsignedInteger('sort_order')->default(10000);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue