Hi guys
I'm in situation which need to build database tables on demand, for example how to model the data storage when user1 wants to create table to save student name and age and user2 wants to save table for x and y and z, x data type string, y is time stamp, z is integer
How can I model this in your views?