I've been happily using Sequel database migrations to evolve my schema. Up until now we've just targeted Oracle, but I'm now looking at getting the app running on another DBMS, too (PostgreSQL, most likely).
It doesn't look like Sequel makes any attempt to translate the column types used in migrations, ie. there's no type abstraction. Am I right, or did I miss something? Has it been intentionally omitted to reduce complexity, or is it simply the case that no-one's put the effort in yet? How would you suggest I create migrations that can be run on multiple DBMSs? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
