fix cost_paid_place table directions field name
This commit is contained in:
parent
f5638722a6
commit
858492cd2e
|
@ -22,7 +22,7 @@ return new class extends Migration
|
|||
$table->smallInteger('budget_places');
|
||||
$table->smallInteger('quota');
|
||||
$table->smallInteger('paid_places');
|
||||
$table->smallInteger('cost_paid_place');
|
||||
$table->integer('cost_paid_place');
|
||||
$table->float('period');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue