How to create a database table without submitting a form?
Confluence User - 13 Oct, 2017
I am working on developing a Joget Workflow app (Community Edition), and I would like to know how I can make this Joget app creates a Mysql database table automatically if it does not exist. This table is linked to a form, but there is a scenario where there would be a need to insert records to the table before the form would be submitted for the first time, and I cannot depend on creating this table manually whenever the app would be installed on a new system..
Thanks in advance.
database;mysql;table;form