person_event_metadata

Properties
Property Value    Property Value
OID25197Total size992.0 KB
OwnerpostgresTable size264.0 KB
Tablespacepg_defaultIndexes size728.0 KB
Primary key(s)Toast size0 bytes
Estimated rows4002
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('person_event_metadata_id_seq'::regclass) false true
person_id integer false false
event_id integer false false
status character varying 100 true false
health character varying 100 true false
weight character varying 100 true false
role_id integer true false
position_id integer true false
team_id integer true false
lineup_slot integer true false
lineup_slot_sequence integer true false
Indexes - 7
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
idx_fk_per_eve_met_pos_id__pos_id  (0, 0, 0) false false false 104.0 KB
btree (position_id)
idx_fk_per_eve_met_per_id__per_id  (0, 0, 0) false false false 104.0 KB
btree (person_id)
idx_person_event_metadata_1  (0, 0, 0) false false false 104.0 KB
btree (status)
person_event_metadata_id_key  (0, 0, 0) false true false 104.0 KB
btree (id)
idx_fk_teams_person_event_metadata  (0, 0, 0) false false false 104.0 KB
btree (team_id)
idx_fk_per_eve_met_eve_id__eve_id  (0, 0, 0) false false false 104.0 KB
btree (event_id)
idx_fk_per_eve_met_rol_id__rol_id  (0, 0, 0) false false false 104.0 KB
btree (role_id)
Unique constraints - 1
Name Columns Comment
person_event_metadata_id_key id
Foreign keys - 5
Name Keys Reference table Reference keys Match type Delete type Update type
fk_per_eve_met_rol_id__rol_id role_id roles id no action no action
fk_per_eve_met_tea_id__tea_id team_id teams id no action no action
fk_per_eve_met_eve_id__eve_id event_id events id no action no action
fk_per_eve_met_per_id__per_id person_id persons id no action no action
fk_per_eve_met_pos_id__pos_id position_id positions id no action no action