-- Create Table Statement for 'EFT Profile'
DROP TABLE IF EXISTS `EFT_PROFILE`;
CREATE TABLE `EFT_PROFILE` (
	PRIMARY KEY ()
) ENGINE=InnoDB;