core_person_stats

Properties
Property Value    Property Value
OID24947Total size144.0 KB
OwnerpostgresTable size88.0 KB
Tablespacepg_defaultIndexes size56.0 KB
Primary key(s)Toast size0 bytes
Estimated rows1582
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 - 7
Name Type Length Default value Allow null Unique Comment
id integer nextval('core_person_stats_id_seq'::regclass) false true
time_played_event character varying 40 true false
time_played_total character varying 40 true false
time_played_event_average character varying 40 true false
events_played integer true false
events_started integer true false
position_id integer true false
Indexes - 1
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
core_person_stats_id_key  (0, 0, 0) false true false 56.0 KB
btree (id)
Unique constraints - 1
Name Columns Comment
core_person_stats_id_key id
Foreign keys - 1
Name Keys Reference table Reference keys Match type Delete type Update type
fk_cor_per_sta_pos_id__pos_id position_id positions id no action no action