Chỉ cần thực thi SQL tùy ý trong quá trình di chuyển của bạn
migration 1, :create_people_table do
up do
execute 'CREATE TRIGGER ...'
end
down do
execute 'DROP TRIGGER ...'
end
end
Tất nhiên, nó sẽ không di động khủng khiếp.
http://rubydoc.info/gems/dm-migrations /1.1.0/DataMapper/Migration:execute