|
As long as the database is built to hold all the information you will need, then that is all you will need. The only thing I would suggest though, is always adding an id with the auto increment feature to every table. This way everything entered into a table will be given a unique id in case you ever need to sort them this way. If you don't ever need to, it won't hurt having it, just don't use it.
In the future, your sure to want to make changes to all sites, and having the id field will truly come in handy more than you realize now.
|