injury_phases

Properties
Property Value    Property Value
OID25092Total size336.0 KB
OwnerpostgresTable size88.0 KB
Tablespacepg_defaultIndexes size240.0 KB
Primary key(s)Toast size8.0 KB
Estimated rows771
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 - 11
Name Type Length Default value Allow null Unique Comment
id integer nextval('injury_phases_id_seq'::regclass) false true
person_id integer false false
injury_status character varying 100 true false
injury_type character varying 100 true false
injury_comment character varying 100 true false
disabled_list character varying 100 true false
start_date_time timestamp without time zone true false
end_date_time timestamp without time zone true false
season_id integer true false
phase_type character varying 100 true false
injury_side character varying 100 true false
Indexes - 6
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
idx_fk_inj_pha_per_id__per_id  (0, 0, 0) false false false 40.0 KB
btree (person_id)
injury_phases_id_key  (0, 0, 0) false true false 40.0 KB
btree (id)
idx_injury_phases_4  (0, 0, 0) false false false 40.0 KB
btree (end_date_time)
idx_injury_phases_3  (0, 0, 0) false false false 40.0 KB
btree (start_date_time)
idx_injury_phases_2  (0, 0, 0) false false false 40.0 KB
btree (injury_status)
idx_fk_inj_pha_sea_id__sea_id  (0, 0, 0) false false false 40.0 KB
btree (season_id)
Unique constraints - 1
Name Columns Comment
injury_phases_id_key id
Foreign keys - 2
Name Keys Reference table Reference keys Match type Delete type Update type
fk_inj_pha_per_id__per_id person_id persons id no action no action
fk_inj_pha_sea_id__sea_id season_id seasons id no action no action