Im very new to database structures and I'm having ...
# orm-help
l
Im very new to database structures and I'm having a difficult time understanding how the
type
keyword can only be used for mongo db. The only other way I can find to doing it is by creating another model and just linking it to the same id of the main model, but that just plunders when you have many other objects in the schema. nvm ill ask a question on the github
👀 1
n
Hey 👋 Could you please elaborate on what confusion you have regarding
type
?
type
is a reserved keyword to define composite types (embedded documents) which is generally used in MongoDB.
Let me know if I could clarify anything else?