longText('cover')->nullable()->comment('缩略图'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('map_landmark', function (Blueprint $table) { // }); } }