Files
BeWoPlaner/Model/Changes_2018_06_30.txt
2018-10-08 12:09:48 +02:00

29 lines
903 B
Plaintext

CREATE TABLE `feiertag` (
`Oid` bigint(19) NOT NULL AUTO_INCREMENT,
`Tid` int(10) DEFAULT NULL,
`Datum` datetime DEFAULT NULL,
`Name` varchar(256) DEFAULT NULL,
`Notice` varchar(1024) DEFAULT NULL,
`Version` bigint(19) DEFAULT NULL,
`UdpUser` varchar(256) DEFAULT NULL,
`InsUser` varchar(256) DEFAULT NULL,
`InsTs` datetime DEFAULT NULL,
`IsActive` tinyint(4) DEFAULT NULL,
`SystemEntryID` int(10) DEFAULT NULL,
PRIMARY KEY (`Oid`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
ALTER TABLE `contract`
ADD COLUMN `HourlyRateCostRateValueOid` bigint(19) NULL DEFAULT NULL ;
ALTER TABLE `contract`
ADD COLUMN `ProbationPeriod2` decimal(18,10) NULL DEFAULT NULL ;
ALTER TABLE `contract`
ADD COLUMN `ContractTypeValueListEntryOid` bigint(10) NULL DEFAULT NULL ;
ALTER TABLE `contract`
ADD COLUMN `QualifikationsBedarfValueListEntryOid` bigint(10) NULL DEFAULT NULL ;