Error: Error
    at Query.run (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async MySQLQueryInterface.select (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async Match.findAll (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async exports.getMatchesByWeek (/home/akinmuca/app.mucahitakin.com/controllers/matchWeekController.js:11:25) {
  name: 'SequelizeDatabaseError',
  parent: Error: Table 'akinmuca_ftb.Matches' doesn't exist
      at Packet.asError (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/packets/packet.js:738:17)
      at Query.execute (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/connection.js:481:34)
      at PacketParser.onPacket (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/connection.js:97:12)
      at PacketParser.executeStart (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/connection.js:104:25)
      at Socket.emit (node:events:517:28)
      at addChunk (node:internal/streams/readable:368:12)
      at readableAddChunk (node:internal/streams/readable:341:9)
      at Readable.push (node:internal/streams/readable:278:10) {
    code: 'ER_NO_SUCH_TABLE',
    errno: 1146,
    sqlState: '42S02',
    sqlMessage: "Table 'akinmuca_ftb.Matches' doesn't exist",
    sql: "SELECT `id`, `home_team_name`, `away_team_name`, `home_team_score`, `away_team_score`, `match_date`, `stadium_name`, `round_name`, `home_team_short_name`, `away_team_short_name` FROM `Matches` AS `Match` WHERE `Match`.`round_name` = '10';",
    parameters: undefined
  },
  original: Error: Table 'akinmuca_ftb.Matches' doesn't exist
      at Packet.asError (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/packets/packet.js:738:17)
      at Query.execute (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/connection.js:481:34)
      at PacketParser.onPacket (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/connection.js:97:12)
      at PacketParser.executeStart (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/akinmuca/nodevenv/app.mucahitakin.com/18/lib/node_modules/mysql2/lib/connection.js:104:25)
      at Socket.emit (node:events:517:28)
      at addChunk (node:internal/streams/readable:368:12)
      at readableAddChunk (node:internal/streams/readable:341:9)
      at Readable.push (node:internal/streams/readable:278:10) {
    code: 'ER_NO_SUCH_TABLE',
    errno: 1146,
    sqlState: '42S02',
    sqlMessage: "Table 'akinmuca_ftb.Matches' doesn't exist",
    sql: "SELECT `id`, `home_team_name`, `away_team_name`, `home_team_score`, `away_team_score`, `match_date`, `stadium_name`, `round_name`, `home_team_short_name`, `away_team_short_name` FROM `Matches` AS `Match` WHERE `Match`.`round_name` = '10';",
    parameters: undefined
  },
  sql: "SELECT `id`, `home_team_name`, `away_team_name`, `home_team_score`, `away_team_score`, `match_date`, `stadium_name`, `round_name`, `home_team_short_name`, `away_team_short_name` FROM `Matches` AS `Match` WHERE `Match`.`round_name` = '10';",
  parameters: {}
}
