Is it possible to suppress the generation of create index statements by Elixir for foreign keys?
(Unfortunately the default naming scheme often generates index names which are too long for Oracle.) One could then use the SQLAlchemy Index statement to explicitly create the appropriate foreign key indexes and specify shorter index names? Thanks for your thoughts, Tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
