"swd847" wrote : Does the user-role table have a primary key?

I have
Table role: 
-role (pk)
-name
-description

Table user:
-username(pk)
-password
-name
-email

Table user_role:
username(pk)
role(pk)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092645#4092645

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092645
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to