order_discount

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('Insights.order_discount_id_seq'::regclass)
order.discount_id fk_order_discount_id_order_discount_id R
name text 2147483647 null
coupon_code text 2147483647 null
storefront_id int4 10 null
storefront.id fk_order_discount_storefront_id_storefront_id C
amount numeric 18,4 null
percentage numeric 18,4 null
use_percentage bool 1 null
external_ref uuid 2147483647 null
source_id int4 10 null
uid varchar 200 null

Indexes

Constraint Name Type Sort Column(s)
PK_order_discount Primary key Asc id
ixorder_discount_storefront_id Performance Asc storefront_id

Relationships