id(); $table->foreignId('zone_id'); $table->decimal('earning', 23, 3); $table->decimal('incentive', 23, 3); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('incentives'); } }