Hi, I'm used to being able to do this in rails-land: add_column :some_table :some_date, :datetime
And have that be a timestamp in postgres and a datetime in mysql. However, sequel complains about there not being a datetime datatype in postgres (which there isn't). Am I missing something obvious? I don't want to use the timestamp data type in mysql. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
