9 lines
168 B
SQL
9 lines
168 B
SQL
|
|
-- 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;
|
||
|
|
|