Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
sales_rights_id | bigserial | 19 | √ | nextval('sales_rights_sales_rights_id_seq'::regclass) |
|
|
||||
publication_format_id | int8 | 19 | null |
|
|
|||||
type | varchar | 40 | null |
|
|
|||||
row_setting | int2 | 5 | '0'::smallint |
|
|
|||||
countries_included | text | 2147483647 | √ | null |
|
|
||||
countries_excluded | text | 2147483647 | √ | null |
|
|
||||
regions_included | text | 2147483647 | √ | null |
|
|
||||
regions_excluded | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
sales_rights_pkey | Primary key | Asc | sales_rights_id |
format_sales_rights_pkey | Performance | Asc/Asc | sales_rights_id + publication_format_id |
sales_rights_publication_format_id | Performance | Asc | publication_format_id |