How can I get a schema of database models for AskBot?
I am trying to understand the relationship of all the tables of AskBot and so far I am not getting very far. I don't see for example how exactly a Thread relates to a Post (just to name one relationship). Is there an existing database schema that explains these relationships? Or a tool that would allow me an easy to understand schema? Thank you for any help!
Comments
There might be some tool like that, created for Django. Perhaps someone else can give a specific answer.