# Change the name of payment module after DEFAULT to your standart unallowed payment module or leave it out. # If you have more than one standart unallowed payment module, write them seperated with comma no blanks between # Example: cc,cod ALTER TABLE customers ADD customers_payment_unallowed VARCHAR( 255 ) DEFAULT 'cc' NOT NULL ;