Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
market_id | BIGINT | 19 | √ | null |
|
|
||||
publication_format_id | BIGINT | 19 | null |
|
|
|||||
countries_included | TEXT | 65535 | √ | NULL |
|
|
||||
countries_excluded | TEXT | 65535 | √ | NULL |
|
|
||||
regions_included | TEXT | 65535 | √ | NULL |
|
|
||||
regions_excluded | TEXT | 65535 | √ | NULL |
|
|
||||
market_date_role | VARCHAR | 40 | null |
|
|
|||||
market_date_format | VARCHAR | 40 | null |
|
|
|||||
market_date | VARCHAR | 255 | null |
|
|
|||||
price | VARCHAR | 255 | √ | NULL |
|
|
||||
discount | VARCHAR | 255 | √ | NULL |
|
|
||||
price_type_code | VARCHAR | 255 | √ | NULL |
|
|
||||
currency_code | VARCHAR | 255 | √ | NULL |
|
|
||||
tax_rate_code | VARCHAR | 255 | √ | NULL |
|
|
||||
tax_type_code | VARCHAR | 255 | √ | NULL |
|
|
||||
agent_id | BIGINT | 19 | √ | NULL |
|
|
||||
supplier_id | BIGINT | 19 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | market_id |
format_markets_pkey | Performance | Asc/Asc | market_id + publication_format_id |
markets_publication_format_id | Performance | Asc | publication_format_id |