CREATE TABLE IF NOT EXISTS `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;