On 4/27/05, Brion Vibber brion@pobox.com wrote:
ettore di cesare wrote:
Where can I find the ER schema used to mysql db in mediawiki?
What's an ER schema?
Brion: it stands for "Entity Relationship schema" - it's the way you'd represent a database using the [[Entity-relationship model]].
Ettore, all we have is a pure relational schema: http://cvs.sourceforge.net/viewcvs.py/*checkout*/wikipedia/phpwiki/newcodeba...
It should be possible to reverse-engineer an ER schema from that.