Hi,
I'm designing a new database and I'm having a problem with the initial construction of the tables. The DB contains 6 tables, with the primary table containing 14,000 records. Within 3 of the tables i need one or more Comment fields of various sizes (i.e. Some 255, some requiring 750+ characters). Possibly Comments_1, Comments_2 etc.
I'm not sure about the best method of implementing this... should I simply create these additional fields for each table, or should i create a seperate Comment table with a table flag of some variety? For example the table would look like:
CommentID
Comment1
Comment2
Comment3
Comment4
CommentLinkID
CommentType
CommentLinkID would be the primary key of the linked table, and CommentType would be the link to the table (Table1, Table2, Table3).
Any help would be greatly appreciated.
Cheers
I'm designing a new database and I'm having a problem with the initial construction of the tables. The DB contains 6 tables, with the primary table containing 14,000 records. Within 3 of the tables i need one or more Comment fields of various sizes (i.e. Some 255, some requiring 750+ characters). Possibly Comments_1, Comments_2 etc.
I'm not sure about the best method of implementing this... should I simply create these additional fields for each table, or should i create a seperate Comment table with a table flag of some variety? For example the table would look like:
CommentID
Comment1
Comment2
Comment3
Comment4
CommentLinkID
CommentType
CommentLinkID would be the primary key of the linked table, and CommentType would be the link to the table (Table1, Table2, Table3).
Any help would be greatly appreciated.
Cheers