1/*
2If you're using MySql Workbench it can create the drop and create statments for you.
31. Right click on your table name and click Alter table option
42. From there you can pick Trigger option and alter it.
5So:
6
7Table Name --> Right click --> Alter Table --> Out of the 6 Tabs pick Triggers.
8*/