Question
mixing misc data in one DB table. Bad? OK? Good?
I want to store a handful of different types of config data
in my DB.
Maybe 4 types of content with 1-4 records for each.
It seems silly to make a half-dozen DB tables to just store a handful of
records each and then it'd be cleaner to just make one table:
ConfigurationVariables:
variableName | variableValue| variableID
Is that acceptable? Some major DB faux paux?
-Darrel
Maybe 4 types of content with 1-4 records for each.
It seems silly to make a half-dozen DB tables to just store a handful of
records each and then it'd be cleaner to just make one table:
ConfigurationVariables:
variableName | variableValue| variableID
Is that acceptable? Some major DB faux paux?
-Darrel
