exec('ALTER TABLE payment_methods ADD COLUMN enabled BOOLEAN DEFAULT 1'); $db->exec('UPDATE payment_methods SET enabled = 1');