Executing raw SQL in migrations?

def self.up     s = "alter table foo....;'     execute s   end