CREATE TABLE `APP_Analyse_CS` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ID_Asset` int(10) unsigned DEFAULT NULL, `Zeit` timestamp(3) NULL DEFAULT NULL, `Open` double unsigned DEFAULT NULL, `High` double unsigned DEFAULT NULL, `Low` double unsigned DEFAULT NULL, `Close` double unsigned DEFAULT NULL, PRIMARY KEY (`ID`), UNIQUE KEY `ID_UNIQUE` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_german2_ci;