Hello I'm not sure if this is an OK question here but here goes, I'm quite confused on how am I going to make the data structure of my tooth chart database. I had first this thought of making a data structure like this
teeth_table
teeth_id (Primary key)
teeth_1 (These are 32 tooth)
until teeth_32 (These are 32 tooth)
patient_id (Foreign key connected to the patient table)
my second plan is to make an individual table for each tooth (which will take a lot of time I guess?)
tooth01_table
tooth_id
tooth_name
tooth_condition
tooth_recommendation
tooth_treatment
patient_id
and that's all I thought, my plan is to make a table where it would show the following when a patient selects a tooth from a dropdown list
Tooth | Condition | Recommendation | Treatment
So what do you guys think is a good design for a tooth chart database?
a tooth chart is like these
http://www.mouthandteeth.com/img/FDI-tooth-numbering-system.gif