Files
huike-back/htykc_models/migrations/2024-02-05-150248_repeat_days_nullable/up.sql
T

7 lines
102 B
SQL
Raw Normal View History

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