increments('id'); $table->integer('freight_id')->comment('模板ID'); $table->integer('item_id')->comment('明细ID'); $table->text('city_ids')->comment('城市ID'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('freight_cities'); } }