Is there any way how to update automatically mysql trigger(s) structure, every time when I alter a table?
                +1 
                A: 
                
                
              No - any alteration that impacts the trigger requires you to update separately from the ALTER TABLE statement.
                  OMG Ponies
                   2010-07-27 02:57:15
                
              Thanks.Is there any tool which can help me to automate it? The problem is, our developers forget all the time to update a trigger structure when they do "alter table".
                  VVP
                   2010-07-27 03:06:20
                @VP: Not that I'm aware of, but I'm out of touch with MySQL tools - sorry.
                  OMG Ponies
                   2010-07-27 03:10:10