increments('id'); $table->integer('analyze')->comment('扫描高度'); $table->integer('num')->comment('最高高度'); $table->string('coin_name')->comment('coin_name'); $table->string('coin_id')->comment('coin_id'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('block_infos'); } }