| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Arthur Fuller | Date: | September 12 2009 7:52am |
| Subject: | Re: database design | ||
| View as plain text | |||
Storing it directly will cause problems when you want to add a new Article Type. IMO it's better to have an ArticleTypes table (AutoIncrement) and store its values in the ArticleTypeID column in the Articles table. A. On Sat, Sep 12, 2009 at 1:19 AM, AndrewJames <andrewhudds@stripped> wrote: > thank you all, i think > > "You probably wouldn't need Article_Type table if you're going to store > Article_Type value directly." > > is my answer. > >
| Thread | ||
|---|---|---|
| • database design | AndrewJames | 11 Sep |
| • Re: database design | Claudio Nanni | 11 Sep |
| • Re: database design | Arthur Fuller | 11 Sep |
| • Re: database design | Kyong Kim | 12 Sep |
| • Re: database design | AndrewJames | 12 Sep |
| • Re: database design | Arthur Fuller | 12 Sep |
| • Re: database design | Mogens Melander | 14 Sep |
| • RE: database design | Jerry Schwartz | 14 Sep |
