• coupons.sql

    791 792  
    5 5 dtime timestamp without time zone DEFAULT now() NOT NULL,
    6 6 etime timestamp without time zone DEFAULT now() NOT NULL,
    7 7 class text DEFAULT 'webshop::Coupon'::text NOT NULL,
    8 created_by integer,
    9 edited_by integer,
    8 10 status smallint default 0 NOT NULL,
    9 11 sections integer,
    10 12 pid integer default 0,