dim_division

-1 rows


Description

For commercial lotteries. A dimension table to normalise prize divisions

Columns

Column Type Size Nulls Auto Default Children Parents Comments
dim_division_id int4 10 null
ticket_dividend.dim_division_id ticket_dividend_dim_division_id_fkey R

An identifier for this dimension

version int4 10 null

Version of this dimension as it applies to dim_division_id

date_from timestamptz 35,6 null

When this dimension applies from

date_to timestamptz 35,6 null

When this dimension applies to

division_name text 2147483647 null

Division name

division_rank int4 10 null

Where the division places

Indexes

Constraint Name Type Sort Column(s)
dim_division_pkey Primary key Asc dim_division_id
idx_dim_division_lookup Performance Asc division_name
idx_dim_division_rank Performance Asc division_rank
idx_dim_division_tk Performance Asc dim_division_id

Relationships