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 <andrewhu...@gmail.com> 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.
>
>

Reply via email to