4 lines
127 B
Plaintext
4 lines
127 B
Plaintext
ALTER TABLE `servicerecord`
|
|
ADD COLUMN `ServiceRecordFormat`
|
|
INT(10) NULL DEFAULT NULL COMMENT '' AFTER `DurationInStunden`;
|