-- tablespace
-- create tablespace sTx engine = InnoDB;
CREATE TABLE `hTy` (
`t` varchar(55) NOT NULL,
`i` int(11) DEFAULT NULL,
`d` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`f` float DEFAULT NULL
) ENGINE=InnoDB ; -- DEFAULT CHARSET=UTF-8;