addressbook database

2003-11-14 Thread 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 table people pid uid firstname lastname birthday timestamp table address aid pid address city

Re: addressbook database

2003-11-14 Thread Roger Baklund
* 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 mention keys? Why do you want to split the user table