32
Json Field
general · 2 signals · 1 source
Evidence
Define type of content of `Json` field — ## Problem Right now if you have the following schema with Json field: ```prisma model User { id Int @default(autoincrement()) @id name String? extendedProfile Json } ``` You'll end up with a problem that you don't have strict type for `
Define type of content of `Json` field — ## Problem Right now if you have the following schema with Json field: ```prisma model User { id Int @default(autoincrement()) @id name String? extendedProfile Json } ``` You'll end up with a problem that you don't have strict type for `