10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
ALTER TABLE `customer`
|
|
DROP FOREIGN KEY `FK_CUSTOMERFALLDATEN`;
|
|
ALTER TABLE `customer`
|
|
DROP COLUMN `CustomerFalldatenOid`,
|
|
DROP INDEX `FK_CUSTOMERFALLDATEN_idx` ;
|
|
;
|
|
|
|
|
|
DROP TABLE IF EXISTS `customerfalldaten`;
|