From: Kevin <ke...@dr...> - 2006-01-29 23:26:55
|
Katie Bechtold wrote: > On Sat, Jan 28, 2006 at 03:45:02PM -0700, Kevin wrote: > >> The table is fairly simple. Just 2 columns, name & value. >> > > The schema you're suggesting doesn't allow for multiple > configurations (e.g., one per user). Is this okay with everyone? > It could of course be modified to add a column for "configuration > identifier", so a certain configuration set could be queried with > "SELECT * from config_table where config_id=7", for example, giving > you all the rows pertinent to that configuration "set". > > That will work. I assume the other tables need to have a similar column to separate each users' feeds/items, etc. |