diff --git a/database/migrations/2024_02_09_114155_create_directions_table.php b/database/migrations/2024_02_09_114155_create_directions_table.php index 1e8e481..dc8469d 100644 --- a/database/migrations/2024_02_09_114155_create_directions_table.php +++ b/database/migrations/2024_02_09_114155_create_directions_table.php @@ -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(); });