7 lines
102 B
SQL
7 lines
102 B
SQL
|
|
-- Your SQL goes here
|
||
|
|
|
||
|
|
alter table kecheng_repeat
|
||
|
|
alter column repeat_cycle_days drop not null;
|
||
|
|
|
||
|
|
|