CREATE TABLE ec_offers_audit (
offer_id integer,
product_id integer,
retailer_location_id integer,
store_sku integer,
retailer_premiums varchar(500),
price numeric(65535, 65531),
shipping numeric(65535, 65531),
shipping_unavailable_p bool,
stock_status char(1),
special_offer_p bool,
special_offer_html varchar(500),
offer_begins timestamptz,
offer_ends timestamptz,
deleted_p bool DEFAULT false,
last_modified timestamptz,
last_modifying_user integer,
modified_ip_address varchar(20),
delete_p bool DEFAULT false
);
-- Table size: 0 bytes
-- Table rows: 0
Tables: