alter table song_info add play_count int default 0 not null after duration; alter table song_info add upvote_count int default 0 not null after play_count;