-- Create Table Statement for 'Cloneable' DROP TABLE IF EXISTS `CLONEABLE`; CREATE TABLE `CLONEABLE` ( CLONE Object, PRIMARY KEY () ) ENGINE=InnoDB;