3 lines
109 B
Plaintext
3 lines
109 B
Plaintext
ALTER TABLE `customer`
|
|
ADD COLUMN `Pflegegrad` INT NULL DEFAULT NULL COMMENT '' AFTER `GradDerBehinderung`;
|