Files
huike-back/htyws_models/migrations/2022-10-16-161019_modify_kecheng_repeat_tbl/up.sql
T

9 lines
149 B
SQL
Raw Normal View History

-- Your SQL goes here
alter table kecheng_repeat
drop column kecheng_type;
alter table kecheng_repeat
add repeat_cycle_days int not null;