Fork me on GitHub
#architecture
<
2018-12-01
>
abdullahibra18:12:40

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

abdullahibra18:12:59

How can I model this in your views?