Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('Insights.delivery_method_id_seq'::regclass) |
|
|
|||||
name | varchar | 800 | null |
|
|
||||||
display_order | int4 | 10 | null |
|
|
||||||
description | text | 2147483647 | √ | null |
|
|
|||||
is_deleted | bool | 1 | null |
|
|
||||||
storefront_id | int4 | 10 | null |
|
|
||||||
uid | text | 2147483647 | √ | null |
|
|
|||||
external_ref | uuid | 2147483647 | null |
|
|
||||||
source_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_delivery_method | Primary key | Asc | id |