4 lines
131 B
Plaintext
4 lines
131 B
Plaintext
ALTER TABLE `vertretung`
|
|
ADD COLUMN `AbsenceTimeOid` BIGINT(19)
|
|
NULL DEFAULT NULL COMMENT '' AFTER `VertretenderMitarbeiterOid`;
|