staging.statcat_stage

Columns

Column Type Nullable Default Notes

row_id PK

bigint

No

nextval('staging.statcat_stage_row_id_seq'::regclass)

row_date

timestamp with time zone

Yes

now()

usrname

text

No

statcat

text

No

value

text

No

complete

boolean

Yes

false

Primary Key

(row_id)

Indexes

Index Method Definition

statcat_stage_pkey PK

btree

CREATE UNIQUE INDEX statcat_stage_pkey ON staging.statcat_stage USING btree (row_id)