Event's Menu

By "Event's menu" we mean functionality accessible to user after clicking on event's name in mark's menu. This view was briefly touched on 'Versioning' page.

Here is typical view of it:

In the top section we can see some information (title, event type) and controls (run validation) we saw in mark's menu. The most important elements here are the ones below DDLs title. Create JSON path checkbox allows us to add JSON path we mentioned in 'Additional Mark's Functionality' page. It creates an ordered structure of target table in data base represented in JSON format.

'Generate DDLs' button generates JSON path as well as SQL (SQL script to create table for the event), with first checkbox checked SQL will be forcibly overwritten. Note that both JSON and SQL generate for last version only. The links with SQL script for migration to other versions are available for all but most recent version of the event.

The bottom part is already quite familiar for us, most of the elements are available on mark's menu, but here we can view information related to version we want, not only for most recent one. Also it's the only place we can find SQL generated view and scripts for migration.

Last updated