Add catalog option sets

This commit is contained in:
Ruslan Bakiev
2026-04-09 17:10:52 +07:00
parent 2cd8d0b612
commit 0103c3fb8a
4 changed files with 130 additions and 15 deletions

View File

@@ -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
}