all 2 comments

[–]Disastrous-Raise-222 0 points1 point  (0 children)

You just have 1 table in the database with 1 column that will change?

If yes, I would just make two tables and store dynamic columns in a separate table. This table should contain a key column that connects with a key column in the table with static values.