asset.stat_cat_sip_fields

Asset Statistical Category SIP Fields

Contains the list of valid SIP Field identifiers for Statistical Categories.

Columns

Column Type Nullable Default Notes

field PK

character(2)

No

name

text

No

one_only

boolean

No

false

Primary Key

(field)

Indexes

Index Method Definition

stat_cat_sip_fields_pkey PK

btree

CREATE UNIQUE INDEX stat_cat_sip_fields_pkey ON asset.stat_cat_sip_fields USING btree (field)

Referenced By

The following tables have foreign keys pointing to asset.stat_cat_sip_fields (1 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

asset.stat_cat

sip_field

field

stat_cat_sip_field_fkey