increments('id'); $table->unsignedInteger('mark_id')->comment('标记id'); $table->longText('image')->comment('图片'); $table->softDeletes(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('map_banner'); } }