-- Create Table Statement for 'Terminal Data'
DROP TABLE IF EXISTS `TERMINAL_DATA`;
CREATE TABLE `TERMINAL_DATA` (
	PRIMARY KEY ()
) ENGINE=InnoDB;