Kirk Well-known member Jul 15, 2014 #1 Hi all. So I was wondering how many database tables I should create for the quiz add-on So far i've come up with the the following: QuizCategories
Hi all. So I was wondering how many database tables I should create for the quiz add-on So far i've come up with the the following: QuizCategories
P Paul B XenForo moderator Staff member Jul 15, 2014 #2 The schema is one of the most important parts. Have a think about what the add-on will be doing and that will determine the schema. Most likely you will have to tweak it once you start writing the code.
The schema is one of the most important parts. Have a think about what the add-on will be doing and that will determine the schema. Most likely you will have to tweak it once you start writing the code.
Walter Well-known member Jul 15, 2014 #3 As many as necessary. Have a read about database normalization, e.g. at http://www.databaseprimer.com/pages/normalization/
As many as necessary. Have a read about database normalization, e.g. at http://www.databaseprimer.com/pages/normalization/