-- Your SQL goes here alter table qumu add created_by varchar not null; alter table qumu add created_at timestamp not null; drop index qumu_name_uindex;