5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
ALTER TABLE `servicerecord`
|
|
ADD COLUMN `DurationInStunden`
|
|
INT(10) NULL DEFAULT NULL COMMENT '' AFTER `Notice5`;
|
|
|