alter table mv_info add mv_type varchar(64) default 'mv' not null after id; alter table mv_info add generate_request json null; alter table mv_info add template_mv_id varchar(64) null after song_id;