wagering_odds_lines

Properties
Property Value    Property Value
OID25398Total 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 - 13
Name Type Length Default value Allow null Unique Comment
id integer nextval('wagering_odds_lines_id_seq'::regclass) false true
bookmaker_id integer false false
event_id integer false false
date_time timestamp without time zone true false
team_id integer false false
person_id integer true false
rotation_key character varying 100 true false
comment character varying 100 true false
numerator character varying 100 true false
denominator character varying 100 true false
prediction character varying 100 true false
payout_calculation character varying 100 true false
payout_amount character varying 100 true false
Indexes - 1
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
wagering_odds_lines_id_key  (0, 0, 0) false true false 8.0 KB
btree (id)
Unique constraints - 1
Name Columns Comment
wagering_odds_lines_id_key id
Foreign keys - 3
Name Keys Reference table Reference keys Match type Delete type Update type
fk_wag_odd_lin_boo_id__boo_id bookmaker_id bookmakers id no action no action
fk_wag_odd_lin_eve_id__eve_id event_id events id no action no action
fk_wag_odd_lin_tea_id__tea_id team_id teams id no action no action