Files
huike-back/htyws_models/migrations/2021-12-30-113916_refactor_qumu/up.sql
T

11 lines
165 B
SQL
Raw Normal View History

-- 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;