Schema dump

Add a script that dumps the schema in a more universal format than Django's models.py file.

This can either generate the schema from the models.py file or directly from the database. But either way it should allow potential contributors familiar with SQL to understand the database without understanding the intricacies of Django.