Jing Li 2023-08-11 21:00:13 +08:00
parent 56226b84a6
commit 72a0b03412
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ return new class extends Migration
$table->unsignedInteger('killed_num')->default(0)->comment('杀虫树'); $table->unsignedInteger('killed_num')->default(0)->comment('杀虫树');
$table->double('air_temperature')->nullable()->comment('大气气温'); $table->double('air_temperature')->nullable()->comment('大气气温');
$table->double('air_humidity')->nullable()->comment('大气湿度'); $table->double('air_humidity')->nullable()->comment('大气湿度');
$table->double('lng')->nullable()->comment('经度');
$table->double('lat')->nullable()->comment('纬度');
$table->double('solar_panel_vol')->nullable()->comment('太阳板电压'); $table->double('solar_panel_vol')->nullable()->comment('太阳板电压');
$table->double('high_vol')->nullable()->comment('高压值'); $table->double('high_vol')->nullable()->comment('高压值');
$table->timestamp('reported_at')->comment('监控日期'); $table->timestamp('reported_at')->comment('监控日期');