* Neil Watson
> I'm thinking about an addressbook database. I would like an opinion on
> my table layout (I still consider myself a mysql newbie):
>
> table user
> uid
> username
> timestamp
>
> table secret
> uid
> secret
> timestamp
You don't m
I'm thinking about an addressbook database. I would like an opinion on
my table layout (I still consider myself a mysql newbie):
table user
uid
username
timestamp
table secret
uid
secret
timestamp
table people
pid
uid
firstname
lastname
birthday
timestamp
table address
aid
pid
address