The attached .sql file contains all the necessary information to set up the database in MySQL (MySQL is explained in detail in the 1_code folder README).  In order to quickly set up the databse, this file should be copied to the MySQL Server directory, in the 'bin' folder.  Once that's done, the user should open up MySQL and type in 'source parking.sql'.  Once this is done, all the necessary tables will be created and the site can be used.

For now there are no additional functions for the foreign keys.  Future changes will include adding a cascade on updates and/or deletes.