MySQL Forums
Forum List  »  Newbie

Re: Database structure
Posted by: Thomas Ljungstrom
Date: August 25, 2004 06:46AM

Hi!

You should have one database, named "work", and two tables named "users" and "tasks". Users contains info aboute the user (name, phone, password, shoesize(?) and so on. Tasks contains info about the tasks, even who it belongs to. Access privileges are best handled in ex. php.

//thomas

Options: ReplyQuote


Subject
Written By
Posted
August 25, 2004 02:48AM
Re: Database structure
August 25, 2004 06:46AM
August 27, 2004 11:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.