There should be a document for every table in the database. These documents should be organised as sub pages of a corresponding database document.
In no SQL databases, we will have some “logical” tables, key patterns that contain similar data. They should have their own page as well.
If the table is managed by an ORM, then ORM specific details can be listed here. In Django applications you may want to list if the admin application is configured for this table. If you have a custom model manager for this table that should be listed here. If the ORM class mapping for this table has interesting helper functions, they can be listed here.
Depending on the complexity of the ORM, a dedicated Document ORM can also be created.