Results 1 to 3 of 3

Thread: Roo PetClinic m:n relationships

  1. #1

    Default 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

  2. #2

    Default

    Folks,
    Sorry for the post. I found the answer in
    http://forum.springsource.org/showthread.php?t=74203

    Ragards,
    Raj

  3. #3
    Join Date
    Mar 2008
    Location
    Sydney, AU
    Posts
    974

    Default

    Good to see that old posts in this forum help you!

    -Stefan
    Stefan Schmidt
    Software Engineer, Spring Roo
    SpringSource - a division of VMware
    twitter @schmidtstefan

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
  •