dim_provider

-1 rows


Description

A dimension table to normalise commercial lottery providers

Columns

Column Type Size Nulls Auto Default Children Parents Comments
dim_provider_id bigserial 19 nextval('dim_provider_dim_provider_id_seq'::regclass)
syndicate_session_sales_history.dim_provider_id syndicate_session_sales_history_dim_provider_id_fkey R
ticket_status_history.dim_provider_id ticket_status_history_dim_provider_id_fkey R
wager.dim_provider_id wager_dim_provider_id_fkey R
wager_cancelled.dim_provider_id wager_cancelled_dim_provider_id_fkey R

An identifier for this dimension

version int4 10 null

Version of this dimension as it applies to dim_provider_id

date_from timestamp 29,6 null

When this dimension applies from

date_to timestamp 29,6 null

When this dimension applies to

provider_name text 2147483647 null

Plaintext provider name

Indexes

Constraint Name Type Sort Column(s)
dim_provider_pkey Primary key Asc dim_provider_id
idx_dim_provider_lookup Performance Asc provider_name
idx_dim_provider_tk Performance Asc dim_provider_id

Relationships