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