prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 858492cd2e - Show all commits

View File

@ -22,7 +22,7 @@ return new class extends Migration
$table->smallInteger('budget_places'); $table->smallInteger('budget_places');
$table->smallInteger('quota'); $table->smallInteger('quota');
$table->smallInteger('paid_places'); $table->smallInteger('paid_places');
$table->smallInteger('cost_paid_place'); $table->integer('cost_paid_place');
$table->float('period'); $table->float('period');
$table->timestamps(); $table->timestamps();
}); });