Cukup jalankan SQL arbitrer dalam migrasi Anda
migration 1, :create_people_table do
up do
execute 'CREATE TRIGGER ...'
end
down do
execute 'DROP TRIGGER ...'
end
end
Tentu saja, itu tidak akan terlalu portabel.
http://rubydoc.info/gems/dm-migrations /1.1.0/DataMapper/Migration:execute