Skip to content

Commit

Permalink
change est area to decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
egrojMonroy committed Apr 29, 2024
1 parent 5bc7a5e commit 8362174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function up()
$table->string('target_sys')->nullable();
$table->string('distr')->nullable();
$table->integer('num_trees')->nullable();
$table->float('est_area')->nullable();
$table->decimal('est_area', 15, 2)->nullable();
$table->date('date_modified')->nullable();
$table->string('status')->nullable();
$table->string('created_by')->nullable();
Expand Down

0 comments on commit 8362174

Please sign in to comment.