MySQL Edit Trigger

/*
If you're using MySql Workbench it can create the drop and create statments for you. 
1. Right click on your table name and click Alter table option 
2. From there you can pick Trigger option and alter it.
So:

Table Name --> Right click --> Alter Table --> Out of the 6 Tabs pick Triggers.
*/
Powerful Penguin