Database Table: shop_cmo
From Dreamwidth Notes
This is a global table.
Definition
CREATE TABLE shop_cmo ( cartid INT UNSIGNED NOT NULL, paymentmethod VARCHAR(255) NOT NULL, notes TEXT DEFAULT NULL, PRIMARY KEY (cartid) )