|
|
|
|
|
by allwein
1744 days ago
|
|
It's not done using dynamic SQL tables. 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. |
|
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.