CREATE TABLE trust_products (
    billing_type text NOT NULL,
    trust_service text DEFAULT '',
    fiscal_title text NOT NULL,
    fiscal_nds text DEFAULT 'nds_none',
    trust_product integer NOT NULL,
    revision serial primary key,
    trust_service_id integer,
    cashback_type character varying(20),
    terminal text
);
