increments('id'); $table->unsignedInteger('user_id')->comment('用户id'); $table->unsignedInteger('mark_id')->comment('地标id'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('map_like'); } }