Skip to content

Commit

Permalink
Merge pull request #9 from lara-zeus/plans
Browse files Browse the repository at this point in the history
improve plans resources
  • Loading branch information
atmonshi authored Jun 14, 2024
2 parents ac1ba99 + a7becdb commit f837d97
Show file tree
Hide file tree
Showing 10 changed files with 355 additions and 195 deletions.
109 changes: 55 additions & 54 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function up(): void
$table->boolean('is_active')->default(true);
$table->decimal('price')->default('0.00');
$table->decimal('signup_fee')->default('0.00');
$table->string('subscription_model')->default('FIXED');
$table->string('currency', 3);
$table->smallInteger('trial_period')->unsigned()->default(0);
$table->string('trial_interval')->default('day');
Expand Down
Loading

0 comments on commit f837d97

Please sign in to comment.