Add catalog option sets
This commit is contained in:
@@ -200,6 +200,12 @@ model CatalogProductTypeSetting {
|
||||
customLengthStepM Int?
|
||||
allowCustomSleeveBrand Boolean @default(false)
|
||||
allowCustomLabel Boolean @default(false)
|
||||
widthOptionsMm Int[] @default([])
|
||||
lengthOptionsM Int[] @default([])
|
||||
thicknessOptionsMicron Int[] @default([])
|
||||
sleeveOptions String[] @default([])
|
||||
colorOptions String[] @default([])
|
||||
labelOptions String[] @default([])
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user