choosing Database and Its Design for Rails
- by Gaurav Shah
I am having a difficulty in deciding the database & its structure.
Let us say the problem is like this.
For my product I have various customers( each is an educational institute)
Each customer have their own sub-clients ( Institution have students)
Each student record will have some basic information like "name" & "Number" .
There are…