@Override
 public void onCreate(SQLiteDatabase db) {
   MatchDb.onCreate(db);
   PerformanceDb.onCreate(db);
 }