currently we are developing an app in which we use database table to store platform settings, like maximum file size, maximum users number, support email, etc.
it means that each time we add a platform setting we have to add a column to this table.
in my previous projects i am used to store such information in file.
what is better/faster approach?
ps, i am almost sure someone already had such question, but i can't seem to find it