Type : transactions.stock_adjustment_type

Schema transactions
Type Name stock_adjustment_type
Base Type -
Owner postgres
Collation
Default
Type Composite Type
Store Type Compressed Inline/Seconary
Not Null False
Description
Type Definition:
CREATE TYPE transactions.stock_adjustment_type AS
(
    tran_type transaction_type,
    store_name character varying(54),
    item_code character varying(16),
    unit_name character varying(54),
    quantity integer_strict
);