-- Create Table Statement for 'Direct Debit System Classifier'
DROP TABLE IF EXISTS `DIRECT_DEBIT_SYSTEM_CLASSIFIER`;
CREATE TABLE `DIRECT_DEBIT_SYSTEM_CLASSIFIER` (
	PRIMARY KEY ()
) ENGINE=InnoDB;