Dynamic model fields using mysql?

2018-07-02 Thread hardik dadhich
Hello, Can anyone tell me how can I make dynamic Django model fields? I mean to say that I want to save excel file data in Django model using MySQL. and excel column can vary. The user can upload 100 column table or he can be upload 1000 column table in the database. so it is possible to add dy

Re: Dynamic model fields using mysql?

2018-07-02 Thread hardik dadhich
it means that I can't do it on MySQL database! should I change the DB type and if so which one should I prefer! Postgres or NoSQL? On Tuesday, July 3, 2018 at 3:20:40 AM UTC+5:30, Melvyn Sopacua wrote: > > On maandag 2 juli 2018 21:33:35 CEST hardik dadhich wrote: > > > &g