alter table mv_info add subtitles_json json null after song_id; alter table mv_info add photos_json json null after subtitles_json; alter table mv_info add name varchar(255) null after photos_json;