architecture

abdullahibra 2018-12-01T18:48:48.000400Z

Hi guys

abdullahibra 2018-12-01T18:51:40.004500Z

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

abdullahibra 2018-12-01T18:51:59.005100Z

How can I model this in your views?