Type : office.office_type

Schema office
Type Name office_type
Base Type -
Owner postgres
Collation
Default
Type Composite Type
Store Type Compressed Inline/Seconary
Not Null False
Description
Type Definition:
CREATE TYPE office.office_type AS
(
    office_id integer,
    office_code character varying(16),
    office_name character varying(154),
    address text
);