Database Events

Is there a way to add a scheduled event to the Mariadb database when a custom app is installed? I have a simple daily event in my database. Fixtures? Hooks?

Alternatively, where is the database and table setup information located for custom apps? I could trying adding a SQL statement in there to create the event.