0
In this program we have the options to create within a schema:
- Tables
- Views
- Store Procedures
- Functions
All in an interactive way, but I couldn’t find the option to create EVENTS,
- Does there exist somewhere this option, maybe a plugin to manage events?
- Do you have a command that returns the build or change sql of a Event already created? ( so I would only make the necessary changes, not need to type everything )
Syntax to create event: https://dev.mysql.com/doc/refman/5.6/en/create-event.html
– KaduAmaral
thanks Kadu, but I really wanted to pull the Vents I’ve already written in the bank to make adjustments, but by the way I will have to do in hand.
– SneepS NinjA