More information about the Underscore mailing list

[_] db column naming convention

Darren Beale bealers at gmail.com
Wed Dec 6 12:17:06 GMT 2006

On 12/6/06, Alastair Moore <alastair at kozmo.co.uk> wrote:

> I tend to go with
>
> Table: Book
> Columns: Id, Title, Author_Id, Publisher_Id
>
> Table: Author
> Columns: Id, Name
>
> Table: Publisher
> Columns: Id, Name

+1
(except lower case)

db