Advanced Database Schema Functions
You can easily create data with Schemas
Last updated
Was this helpful?
You can easily create data with Schemas
Last updated
Was this helpful?
Schema's property has only 11 types
Here are the types:
"string": string
"number": number
"boolean": boolean
"object": object
"string[]": string[]
"number[]": number[]
"boolean[]": boolean[]
"object[]": object[]
"any": any
"any[]": any[]
Want to add more types, let us know here:
Here's an example as User