Jump to content

parameters table


simpli

Recommended Posts

Hi,

I am thinking of setting a parameters table to store site variables. I would need it to store the default or chosen values of several different parameters. Is it ok for me to have field that would contain the name of the parameter and another one the value? I don't want to create a column for each possible different parameters. That would be a huge antipattern and seriously stupid. so my solution would be

parameter_name varchar

parameter_value varchar

Anyone has a better alternative?

Thanks

JR

Link to comment
https://forums.phpfreaks.com/topic/159326-parameters-table/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.