Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 959 Bytes

product_options.md

File metadata and controls

25 lines (17 loc) · 959 Bytes

logo product_options

Start>product_options

Description

Options associated with each product

Columns

Key Name Data Type Length Precision Scale Not Null Description
Primary Key PK_OptionsCluster Key PK_Options id bigint 8 19 0 True Product Option ID
product_id bigint 8 19 0 True Product ID associated with Option
name nvarchar 100 0 0 False Name of Product Option
position int 4 10 0 False Position of Option for Choosing Variant on Product Page
values nvarchar 0 0 False Variant IDs associated with Option

Indexes

Key Name Columns Unique
Primary Key PK_ProductOptions}Cluster Key PK_ProductOptions PK_ProductOptions id True