Chris Sankat
06/13/2024, 7:31 PMMarvin
06/13/2024, 7:31 PMNate
06/13/2024, 8:55 PMMyBlock().dict()
(using pydantic 1 syntax), there's a table for individual block documents in the db
the schema is more or less what you get if you did MyBlock.schema()
(again, v1 syntax) - again, there's an independent table for these in the db
does that answer your question?
we need to keep these things separate to allow you to change MyBlock
implementation without breaking all your existing documents entirely