Files
huike-back/htykc_models/migrations/2024-02-05-150135_refactor_kecheng/up.sql
T

9 lines
168 B
SQL
Raw Normal View History

-- Your SQL goes here
alter table kecheng_repeat
alter column kecheng_id drop not null;
alter table kecheng_repeat
alter column repeat_status drop not null;