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