Skip to content

Commit

Permalink
Add quote column to features table
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdotvin committed May 19, 2022
1 parent f8f94cb commit e5b3f24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public function up()
$table->id();
$table->string('name');
$table->boolean('consumable');
$table->boolean('quote')->default(false);
$table->unsignedInteger('periodicity')->nullable();
$table->string('periodicity_type')->nullable();
$table->softDeletes();
Expand Down

0 comments on commit e5b3f24

Please sign in to comment.