(no title)
allwein | 4 years ago
The key insight is to note that FIELDS table actually defines the name, ordering, and config for each of the fields of a given note type, and that the actual notes data is stored in the Notes table in the DATA column, most likely as JSON.
jjice|4 years ago
In my experience, most services don't make tables on the fly that are meant to hang around, since storing metadata can get you very far.
pandatigox|4 years ago