3 lines
87 B
Plaintext
3 lines
87 B
Plaintext
ALTER TABLE `customer`
|
|
ADD COLUMN `VersichertenStatus` VARCHAR(16) NULL DEFAULT NULL;
|