dropColumn('lng'); $table->dropColumn('lat'); $table->dropColumn('addtime'); $table->string('name',20)->Comment('名称'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('album_agent', function (Blueprint $table) { // }); } }