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