Trash ID Update Collections
This commit is contained in:
@@ -24,6 +24,7 @@ model Drawing {
|
||||
name String
|
||||
elements String // Stored as JSON string
|
||||
appState String // Stored as JSON string
|
||||
preview String? // SVG string for thumbnail
|
||||
version Int @default(1)
|
||||
collectionId String?
|
||||
collection Collection? @relation(fields: [collectionId], references: [id])
|
||||
|
||||
Reference in New Issue
Block a user