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