Well let me get straight to it...
We're planning to start a company that will provide software for Universities use. The software will programmed in PHP using MySQL as the database.
We would like to store the company's information, login, etc.. the heart of the software will be the information that is submitted by students. I am just not sure which database design l I should go with, please advice, it will be much appericiated.
This is what I have as of now:
Database: Customer_Name (University)
-- customer_information
---- name
---- address
---- city
---- zipcode
-- information_submitted_type1
-- information_submitted_type1
The above model created a separate database for each university. I am not sure if I should leave it as this or have one database and then the customers (university) inside of it and then their information within it.
Thanks once again!