staging.card_stage ↑ staging schema Columns Column Type Nullable Default Notes row_id PK bigint No nextval('staging.card_stage_row_id_seq'::regclass) row_date timestamp with time zone Yes now() usrname text No barcode text No complete boolean Yes false Primary Key (row_id) Indexes Index Method Definition card_stage_pkey PK btree CREATE UNIQUE INDEX card_stage_pkey ON staging.card_stage USING btree (row_id)