Better to use new table or JSON column?
I want to add a place for my user settings, and account settings. Is it better practice to create a separate table for this, called something like, "user_settings" and "account_settings" or is it better to just use a JSON column and insert the settings into a "users" public table that I already have.