added tons of features
This commit is contained in:
28
lib/db/prisma/schema/enum.prisma
Normal file
28
lib/db/prisma/schema/enum.prisma
Normal file
@@ -0,0 +1,28 @@
|
||||
enum Lang {
|
||||
uk
|
||||
ru
|
||||
}
|
||||
|
||||
enum Unit {
|
||||
mkg
|
||||
mg
|
||||
MO
|
||||
}
|
||||
|
||||
enum ResourceType {
|
||||
IMAGE
|
||||
VIDEO
|
||||
FILE
|
||||
URI
|
||||
}
|
||||
|
||||
enum Package {
|
||||
SACHET
|
||||
TABLET
|
||||
STICK
|
||||
DROPS
|
||||
}
|
||||
|
||||
enum ProductType {
|
||||
DIETARY_SUPPLEMENT
|
||||
}
|
||||
Reference in New Issue
Block a user