Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('Insights.storefront_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||||||||
name | varchar | 100 | null |
|
|
|||||||||||||||||||||||||||||||||
status | varchar | 100 | null |
|
|
|||||||||||||||||||||||||||||||||
type | varchar | 100 | null |
|
|
|||||||||||||||||||||||||||||||||
url | varchar | 500 | √ | null |
|
|
||||||||||||||||||||||||||||||||
source_id | int4 | 10 | null |
|
|
|||||||||||||||||||||||||||||||||
external_ref | uuid | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||
currency_code | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||
weight_unit | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||
dimension_unit | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||
language_culture | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||
date_format | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_storefront | Primary key | Asc | id |