Files
huike-back/htyws_models/migrations/2022-08-30-143057_rename_qupu_xml/up.sql
T

6 lines
90 B
SQL
Raw Normal View History

-- Your SQL goes here
alter table qumu_section
rename column qupu_text to qupu_xml;