Upload your Entity Relationship Diagram
The ERD tells Forge about your database tables, field names, types and relationships. It uses this to generate correct, schema-aware API calls.
How to export your ERD
dbdiagram.ioExport → Export to JSON
DBeaverER Diagram → File → Save as JSON
pgAdminERD Tool → File → Save
Prismanpx prisma db pull → convert schema.prisma
Djangopython manage.py graph_models --json