tennis_action_volleys

Properties
Property Value    Property Value
OID25353Total size16.0 KB
OwnerpostgresTable size0 bytes
Tablespacepg_defaultIndexes size8.0 KB
Primary key(s)Toast size8.0 KB
Estimated rows0
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 - 8
Name Type Length Default value Allow null Unique Comment
id integer nextval('tennis_action_volleys_id_seq'::regclass) false true
sequence_number character varying 100 true false
tennis_action_points_id integer true false
landing_location character varying 100 true false
swing_type character varying 100 true false
result character varying 100 true false
spin_type character varying 100 true false
trajectory_details character varying 100 true false
Indexes - 1
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
tennis_action_volleys_id_key  (0, 0, 0) false true false 8.0 KB
btree (id)
Unique constraints - 1
Name Columns Comment
tennis_action_volleys_id_key id