-- Create Table Statement for 'Account Type Classifier' DROP TABLE IF EXISTS `ACCOUNT_TYPE_CLASSIFIER`; CREATE TABLE `ACCOUNT_TYPE_CLASSIFIER` ( PRIMARY KEY () ) ENGINE=InnoDB;