createTables static method

dynamic createTables()

Implementation

static createTables() async {
  await UserQuery().createTable();
  await UserOrganisationUnitQuery().createTable();
}