dropColumn('lat'); $table->dropColumn('lng'); $table->unsignedInteger('mark_id')->comment('地标id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('map_message', function (Blueprint $table) { // }); } }