6 lines
115 B
SQL
6 lines
115 B
SQL
ALTER TABLE maker.tend
|
|
drop constraint tend_bid_id_key;
|
|
|
|
ALTER TABLE maker.dent
|
|
drop constraint dent_bid_id_key;
|