CREATE TABLE fe_users (
	magento_user varchar(50) DEFAULT '' NOT NULL,
	magento_group INT DEFAULT 1 NOT NULL,
	is_mailchimp_subscribed TINYINT NOT NULL DEFAULT 0
);
