Hi All,

How does one define a composite index using declarative?

Quick example? Couldn't find any examples in the docs or online.

In my particular case, "id" will be a primary key, and I'd like a
composite UniqueConstraint on "group_id" and "name", and a composite
index on "group_id" (pos 1) and "name" (pos 2).

Thanks and Regards,

-Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to