team_phases

Properties
Property Value    Property Value
OID25329Total size80.0 KB
OwnerpostgresTable size48.0 KB
Tablespacepg_defaultIndexes size32.0 KB
Primary key(s)Toast size0 bytes
Estimated rows368
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 - 9
Name Type Length Default value Allow null Unique Comment
id integer nextval('team_phases_id_seq'::regclass) false true
team_id integer false false
start_season_id integer true false
end_season_id integer true false
affiliation_id integer false false
start_date_time character varying 100 true false
end_date_time character varying 100 true false
phase_status character varying 40 true false
role_id integer true false
Indexes - 1
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
team_phases_id_key  (0, 0, 0) false true false 32.0 KB
btree (id)
Unique constraints - 1
Name Columns Comment
team_phases_id_key id
Foreign keys - 5
Name Keys Reference table Reference keys Match type Delete type Update type
fk_tea_aff_pha_end_sea_id__sea_id end_season_id seasons id no action no action
fk_tea_aff_pha_sta_sea_id__sea_id start_season_id seasons id no action no action
fk_tea_aff_pha_tea_id__tea_id team_id teams id no action no action
fk_tea_aff_pha_rol_id__rol_id role_id roles id no action no action
fk_tea_aff_pha_aff_id__aff_id affiliation_id affiliations id no action no action