Updated plan price field name
This commit is contained in:
parent
afb34d1de6
commit
5fbae548e2
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class SupportNewPricing extends Migration
|
|||
{
|
||||
Schema::table('companies', function (Blueprint $table)
|
||||
{
|
||||
$table->decimal('price', 7, 2)->nullable();
|
||||
$table->decimal('plan_price', 7, 2)->nullable();
|
||||
$table->smallInteger('num_users')->default(1);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue