-- Create Table Statement for 'Serializable'
DROP TABLE IF EXISTS `SERIALIZABLE`;
CREATE TABLE `SERIALIZABLE` (
	PRIMARY KEY ()
) ENGINE=InnoDB;