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