10-31-2007, 12:24 AM
|
#6 (permalink)
|
|
The Wanderer
Join Date: Oct 2007
Posts: 21
Thanks: 1
|
In this case it is probably easier to just have an extra field in each table. Then just store a boolean value in the field; 0 being not approved (false), 1 being approved (true).
Otherwise, say for example you created another table and only approve so many songs per album, you would have a row for every approved/not approved song (sure, you could use a delimiter, but too much work). Overall, that would just be too much repeated data IMO.
Last edited by hostfreak : 10-31-2007 at 01:20 AM.
|
|
|
|