acq.lineitem_attr_definition ↑ acq schema Columns Column Type Nullable Default Notes id PK bigint No nextval('acq.lineitem_attr_definition_id_seq'::regclass) code text No description text No remove text No ''::text ident boolean No false Primary Key (id) Indexes Index Method Definition lineitem_attr_definition_pkey PK btree CREATE UNIQUE INDEX lineitem_attr_definition_pkey ON acq.lineitem_attr_definition USING btree (id)