action.archive_asset_stat_cat ↑ action schema Written by External Triggers: This table can receive writes triggered by operations on other tables: archive_stat_cats_tgr on action.circulation → INSERT into this table Columns Column Type Nullable Default Notes id PK bigint No nextval('action.archive_asset_stat_cat_id_seq'::regclass) xact bigint No stat_cat integer No value text No Primary Key (id) Indexes Index Method Definition archive_asset_stat_cat_pkey PK btree CREATE UNIQUE INDEX archive_asset_stat_cat_pkey ON action.archive_asset_stat_cat USING btree (id)