createTables static method

dynamic createTables()

Implementation

static createTables() async {
  await DataSetQuery().createTable();
  await DataSetElementQuery().createTable();
  await DataSetElementOptionQuery().createTable();
  await ValidationRuleQuery().createTable();
}