-
Feb 1st, 2010, 12:50 PM
#1
Roo PetClinic m:n relationships
I ran the clinic.roo example and the m:n relationships does not create the following table (I got this from with the Spring Framework PetClinic example)
CREATE TABLE vet_specialties (
vet_id INT(4) UNSIGNED NOT NULL,
specialty_id INT(4) UNSIGNED NOT NULL
) engine=InnoDB;
Is there an example where I can create similar tables?
The tables I am working on have attributes to the m:n relationships.
Regards,
Raj
-
Feb 1st, 2010, 01:18 PM
#2
Folks,
Sorry for the post. I found the answer in
http://forum.springsource.org/showthread.php?t=74203
Ragards,
Raj
-
Feb 1st, 2010, 04:04 PM
#3
Good to see that old posts in this forum help you!
-Stefan
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules