createTables static method

dynamic createTables()

Implementation

static createTables() async {
  await TrackedEntityInstanceQuery().createTable();
  await TrackedEntityAttributeValueQuery().createTable();
  await EventQuery().createTable();
  await EnrollmentQuery().createTable();
  await AttributeReservedValueQuery().createTable();
  await EventDataValueQuery().createTable();
}