Skip to content

Commit

Permalink
improve plans resources
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jun 14, 2024
1 parent ac1ba99 commit a7becdb
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 a7becdb

Please sign in to comment.