migrating triggers in mysql

can you migrate triggers in liquibase?

There are no built-in change tags for triggers, but you can do anything you need (including migrating triggers) with the tag. 


You can also create an extension (liquibase.org/extensions) for trigger support as well, depending on what you are looking for.


Nathan