hoonsbara / octalforty-wizardby

Automatically exported from code.google.com/p/octalforty-wizardby
1 stars 0 forks source link

Support for short-hand specification of junction tables #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Now:

  SitePermissionJunction primary-key => false:
    SiteID references => Site:
      index
    PermissionID references => Permission:
      index

    index "" columns => [SiteID, PermissionID], unique => true

What's wanted:

  add junction-table tables => [Site, Permission]

Original issue reported on code.google.com by anton.go...@gmail.com on 3 Mar 2011 at 10:15