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