standings

Properties
Property Value    Property Value
OID25293Total size16.0 KB
OwnerpostgresTable size0 bytes
Tablespacepg_defaultIndexes size8.0 KB
Primary key(s)Toast size8.0 KB
Estimated rows0
Comment
Statistics
Property Value    Property Value
seq_scan0n_dead_tup0
seq_tup_read0last_vacuum-
idx_scan0last_autovacuum-
idx_tup_fetch0last_analyze-
n_tup_ins0last_autoanalyze-
n_tup_upd0vacuum_count0
n_tup_del0autovacuum_count0
n_tup_hot_upd0analyze_count0
n_live_tup0autoanalyze_count0
Columns - 13
Name Type Length Default value Allow null Unique Comment
id integer nextval('standings_id_seq'::regclass) false true
affiliation_id integer false false
standing_type character varying 100 true false
sub_season_id integer false false
last_updated character varying 100 true false
duration_scope character varying 100 true false
competition_scope character varying 100 true false
competition_scope_id character varying 100 true false
alignment_scope character varying 100 true false
site_scope character varying 100 true false
scoping_label character varying 100 true false
publisher_id integer false false
source character varying 100 true false
Indexes - 1
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
standings_id_key  (0, 0, 0) false true false 8.0 KB
btree (id)
Unique constraints - 1
Name Columns Comment
standings_id_key id
Foreign keys - 3
Name Keys Reference table Reference keys Match type Delete type Update type
fk_sta_pub_id__pub_id publisher_id publishers id no action no action
fk_sta_aff_id__aff_id affiliation_id affiliations id no action no action
fk_sta_sub_sea_id__sub_sea_id sub_season_id sub_seasons id no action no action