CREATE TABLE ec_products_audit (
product_id integer,
product_name varchar(200),
creation_date timestamptz,
one_line_description varchar(400),
detailed_description varchar(4000),
search_keywords varchar(4000),
price numeric(65535, 65531),
shipping numeric(65535, 65531),
shipping_additional numeric(65535, 65531),
weight numeric(65535, 65531),
dirname varchar(200),
present_p bool DEFAULT true,
active_p bool DEFAULT true,
available_date timestamptz,
announcements varchar(4000),
announcements_expire timestamptz,
url varchar(300),
template_id integer,
stock_status char(1),
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: