MySQL Forums
Forum List  »  MySQL Workbench

datamodel design
Posted by: sam sfsd
Date: September 18, 2008 01:25PM

I am trying to create logical datamodel.
Requirement:There are users in system. Each month and each year, every user have is associated with a template. Each Template have set of 'Labels'. Normal User will have edit write to label_desc. Superuser will have edit rights on label_priority.

tbl_template: template_id and template_desc
tbl_label: label_ID , label_desc , label_priority .
tbl_template_label: template_id , label_ID and other details.
tbl_user: user_id,user_name and other details.
tbl_user_data: user_id, template_id, label_id, year, month, label_desc , label_priority.
tbl_role:user_id,user_type


I am not completly satisfied that desired functionality could achieved in above logical model.

would like to get inputs from experts to correct me. Thanks

thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
datamodel design
3837
September 18, 2008 01:25PM
2262
October 09, 2008 07:59AM


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.