seasons

Properties
Property Value    Property Value
OID25239Total size72.0 KB
OwnerpostgresTable size8.0 KB
Tablespacepg_defaultIndexes size64.0 KB
Primary key(s)Toast size0 bytes
Estimated rows4
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 - 6
Name Type Length Default value Allow null Unique Comment
id integer nextval('seasons_id_seq'::regclass) false true
season_key integer false false
publisher_id integer false false
league_id integer false false
start_date_time timestamp without time zone true false
end_date_time timestamp without time zone true false
Indexes - 4
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
idx_fk_sea_pub_id__pub_id  (0, 0, 0) false false false 16.0 KB
btree (publisher_id)
idx_seasons_1  (0, 0, 0) false false false 16.0 KB
btree (season_key)
seasons_id_key  (0, 0, 0) false true false 16.0 KB
btree (id)
idx_fk_sea_lea_id__aff_id  (0, 0, 0) false false false 16.0 KB
btree (league_id)
Unique constraints - 1
Name Columns Comment
seasons_id_key id
Foreign keys - 2
Name Keys Reference table Reference keys Match type Delete type Update type
fk_sea_lea_id__aff_id league_id affiliations id no action no action
fk_sea_pub_id__pub_id publisher_id publishers id no action no action