[Admin Update Plan Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/admin/plans.js:67:7 {
  name: 'SequelizeUniqueConstraintError',
  errors: [
    ValidationErrorItem {
      message: 'name must be unique',
      type: 'unique violation',
      path: 'name',
      value: 'VIP 1',
      origin: 'DB',
      instance: null,
      validatorKey: 'not_unique',
      validatorName: null,
      validatorArgs: []
    }
  ],
  parent: Error: Duplicate entry 'VIP 1' for key 'vip_plans.name'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_DUP_ENTRY',
    errno: 1062,
    sqlState: '23000',
    sqlMessage: "Duplicate entry 'VIP 1' for key 'vip_plans.name'",
    sql: "UPDATE `vip_plans` SET `name` = 'VIP 1', `price` = 20, `daily_earning` = 2, `ads_per_day` = 5, `validity_days` = 100, `level1_commission_rate` = 0.09, `level2_commission_rate` = 0.05, `level3_commission_rate` = 0.02, `is_popular` = false, `is_active` = true, `display_order` = 2, `updated_at` = NOW() WHERE `id` = 2",
    parameters: undefined
  },
  original: Error: Duplicate entry 'VIP 1' for key 'vip_plans.name'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_DUP_ENTRY',
    errno: 1062,
    sqlState: '23000',
    sqlMessage: "Duplicate entry 'VIP 1' for key 'vip_plans.name'",
    sql: "UPDATE `vip_plans` SET `name` = 'VIP 1', `price` = 20, `daily_earning` = 2, `ads_per_day` = 5, `validity_days` = 100, `level1_commission_rate` = 0.09, `level2_commission_rate` = 0.05, `level3_commission_rate` = 0.02, `is_popular` = false, `is_active` = true, `display_order` = 2, `updated_at` = NOW() WHERE `id` = 2",
    parameters: undefined
  },
  fields: { name: 'VIP 1' },
  sql: "UPDATE `vip_plans` SET `name` = 'VIP 1', `price` = 20, `daily_earning` = 2, `ads_per_day` = 5, `validity_days` = 100, `level1_commission_rate` = 0.09, `level2_commission_rate` = 0.05, `level3_commission_rate` = 0.02, `is_popular` = false, `is_active` = true, `display_order` = 2, `updated_at` = NOW() WHERE `id` = 2"
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '026747227182' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Login Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.select (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12)
    at async User.findAll (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1140:21)
    at async User.findOne (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1240:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/auth.js:110:18 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  original: Error: Unknown column 'VipPlan.is_coming_soon' in 'field list'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'VipPlan.is_coming_soon' in 'field list'",
    sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
    parameters: undefined
  },
  sql: "SELECT `User`.`id`, `User`.`phone`, `User`.`country_code`, `User`.`password_hash`, `User`.`withdrawal_password_hash`, `User`.`display_name`, `User`.`avatar_url`, `User`.`linked_wallet`, `User`.`vip_plan_id`, `User`.`vip_expires_at`, `User`.`balance`, `User`.`withdrawal_balance`, `User`.`total_deposited`, `User`.`total_withdrawn`, `User`.`referrer_id`, `User`.`invitation_code`, `User`.`role`, `User`.`status`, `User`.`created_at` AS `createdAt`, `User`.`updated_at` AS `updatedAt`, `VipPlan`.`id` AS `VipPlan.id`, `VipPlan`.`name` AS `VipPlan.name`, `VipPlan`.`price` AS `VipPlan.price`, `VipPlan`.`daily_earning` AS `VipPlan.daily_earning`, `VipPlan`.`ads_per_day` AS `VipPlan.ads_per_day`, `VipPlan`.`validity_days` AS `VipPlan.validity_days`, `VipPlan`.`level1_commission_rate` AS `VipPlan.level1_commission_rate`, `VipPlan`.`level2_commission_rate` AS `VipPlan.level2_commission_rate`, `VipPlan`.`level3_commission_rate` AS `VipPlan.level3_commission_rate`, `VipPlan`.`is_popular` AS `VipPlan.is_popular`, `VipPlan`.`is_active` AS `VipPlan.is_active`, `VipPlan`.`display_order` AS `VipPlan.display_order`, `VipPlan`.`is_coming_soon` AS `VipPlan.is_coming_soon`, `VipPlan`.`created_at` AS `VipPlan.createdAt`, `VipPlan`.`updated_at` AS `VipPlan.updatedAt` FROM `users` AS `User` LEFT OUTER JOIN `vip_plans` AS `VipPlan` ON `User`.`vip_plan_id` = `VipPlan`.`id` WHERE `User`.`phone` = '8136142302' AND `User`.`country_code` = '+1' LIMIT 1;",
  parameters: {}
}
[Change Password Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.update (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:355:12)
    at async model.save (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:2490:35)
    at async model.update (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:2598:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/account.js:122:5 {
  name: 'SequelizeDatabaseError',
  parent: Error: Prepared statement needs to be re-prepared
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Execute.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_NEED_REPREPARE',
    errno: 1615,
    sqlState: 'HY000',
    sqlMessage: 'Prepared statement needs to be re-prepared',
    sql: 'UPDATE `users` SET `password_hash`=?,`updated_at`=? WHERE `id` = ?',
    parameters: [
      '$2a$12$veKxMxlqxcMkkGHP5qShp.im/TUqkv5vFruow6BauS/LsAVwerBMG',
      '2026-04-20 20:30:29',
      '1e512f92-2da7-4e2f-9547-8683ec47c087'
    ]
  },
  original: Error: Prepared statement needs to be re-prepared
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Execute.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_NEED_REPREPARE',
    errno: 1615,
    sqlState: 'HY000',
    sqlMessage: 'Prepared statement needs to be re-prepared',
    sql: 'UPDATE `users` SET `password_hash`=?,`updated_at`=? WHERE `id` = ?',
    parameters: [
      '$2a$12$veKxMxlqxcMkkGHP5qShp.im/TUqkv5vFruow6BauS/LsAVwerBMG',
      '2026-04-20 20:30:29',
      '1e512f92-2da7-4e2f-9547-8683ec47c087'
    ]
  },
  sql: 'UPDATE `users` SET `password_hash`=?,`updated_at`=? WHERE `id` = ?',
  parameters: [
    '$2a$12$veKxMxlqxcMkkGHP5qShp.im/TUqkv5vFruow6BauS/LsAVwerBMG',
    '2026-04-20 20:30:29',
    '1e512f92-2da7-4e2f-9547-8683ec47c087'
  ]
}
[Change Password Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.update (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:355:12)
    at async model.save (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:2490:35)
    at async model.update (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:2598:12)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/account.js:122:5 {
  name: 'SequelizeDatabaseError',
  parent: Error: Prepared statement needs to be re-prepared
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Execute.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_NEED_REPREPARE',
    errno: 1615,
    sqlState: 'HY000',
    sqlMessage: 'Prepared statement needs to be re-prepared',
    sql: 'UPDATE `users` SET `password_hash`=?,`updated_at`=? WHERE `id` = ?',
    parameters: [
      '$2a$12$UsqnoYdb1a7iLvkY/P6l4ukVOXUtMGVV.wbsYhMov6Z6F2lFBek2O',
      '2026-04-20 20:31:26',
      '1e512f92-2da7-4e2f-9547-8683ec47c087'
    ]
  },
  original: Error: Prepared statement needs to be re-prepared
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Execute.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_NEED_REPREPARE',
    errno: 1615,
    sqlState: 'HY000',
    sqlMessage: 'Prepared statement needs to be re-prepared',
    sql: 'UPDATE `users` SET `password_hash`=?,`updated_at`=? WHERE `id` = ?',
    parameters: [
      '$2a$12$UsqnoYdb1a7iLvkY/P6l4ukVOXUtMGVV.wbsYhMov6Z6F2lFBek2O',
      '2026-04-20 20:31:26',
      '1e512f92-2da7-4e2f-9547-8683ec47c087'
    ]
  },
  sql: 'UPDATE `users` SET `password_hash`=?,`updated_at`=? WHERE `id` = ?',
  parameters: [
    '$2a$12$UsqnoYdb1a7iLvkY/P6l4ukVOXUtMGVV.wbsYhMov6Z6F2lFBek2O',
    '2026-04-20 20:31:26',
    '1e512f92-2da7-4e2f-9547-8683ec47c087'
  ]
}
[Admin Delete User Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.bulkDelete (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:403:12)
    at async Commission.destroy (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1838:16)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/admin/users.js:206:5 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '8e239a8a-6fae-4f3b-9099-9e66ab1cdf7d'",
    parameters: undefined
  },
  original: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '8e239a8a-6fae-4f3b-9099-9e66ab1cdf7d'",
    parameters: undefined
  },
  sql: "DELETE FROM `commissions` WHERE `to_user_id` = '8e239a8a-6fae-4f3b-9099-9e66ab1cdf7d'",
  parameters: {}
}
[Admin Delete User Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.bulkDelete (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:403:12)
    at async Commission.destroy (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1838:16)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/admin/users.js:206:5 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '616bd5ba-c311-44eb-ab48-8dcfe1670dd4'",
    parameters: undefined
  },
  original: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '616bd5ba-c311-44eb-ab48-8dcfe1670dd4'",
    parameters: undefined
  },
  sql: "DELETE FROM `commissions` WHERE `to_user_id` = '616bd5ba-c311-44eb-ab48-8dcfe1670dd4'",
  parameters: {}
}
[Admin Delete User Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.bulkDelete (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:403:12)
    at async Commission.destroy (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1838:16)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/admin/users.js:206:5 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '616bd5ba-c311-44eb-ab48-8dcfe1670dd4'",
    parameters: undefined
  },
  original: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '616bd5ba-c311-44eb-ab48-8dcfe1670dd4'",
    parameters: undefined
  },
  sql: "DELETE FROM `commissions` WHERE `to_user_id` = '616bd5ba-c311-44eb-ab48-8dcfe1670dd4'",
  parameters: {}
}
[Admin Delete User Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.bulkDelete (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:403:12)
    at async Commission.destroy (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1838:16)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/admin/users.js:206:5 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = 'd301ac7b-8fd6-488c-8a4d-5f3851c7ea26'",
    parameters: undefined
  },
  original: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = 'd301ac7b-8fd6-488c-8a4d-5f3851c7ea26'",
    parameters: undefined
  },
  sql: "DELETE FROM `commissions` WHERE `to_user_id` = 'd301ac7b-8fd6-488c-8a4d-5f3851c7ea26'",
  parameters: {}
}
[Admin Delete User Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.bulkDelete (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:403:12)
    at async Commission.destroy (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1838:16)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/admin/users.js:206:5 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '065b4541-4135-48ab-8a83-cb59e278a6f1'",
    parameters: undefined
  },
  original: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '065b4541-4135-48ab-8a83-cb59e278a6f1'",
    parameters: undefined
  },
  sql: "DELETE FROM `commissions` WHERE `to_user_id` = '065b4541-4135-48ab-8a83-cb59e278a6f1'",
  parameters: {}
}
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Webhook] Signature mismatch!
[Admin Delete User Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.bulkDelete (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:403:12)
    at async Commission.destroy (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1838:16)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/admin/users.js:206:5 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = 'c71f38bd-225d-4df5-8cdb-4c3ba44a7703'",
    parameters: undefined
  },
  original: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = 'c71f38bd-225d-4df5-8cdb-4c3ba44a7703'",
    parameters: undefined
  },
  sql: "DELETE FROM `commissions` WHERE `to_user_id` = 'c71f38bd-225d-4df5-8cdb-4c3ba44a7703'",
  parameters: {}
}
[Create Payment Error] {
  status: false,
  statusCode: 400,
  code: 'AMOUNT_MINIMAL_ERROR',
  message: 'Crypto amount 15.075333 is less than minimal'
}
[Create Payment Error] {
  status: false,
  statusCode: 400,
  code: 'AMOUNT_MINIMAL_ERROR',
  message: 'Crypto amount 15.075333 is less than minimal'
}
[Create Payment Error] {
  status: false,
  statusCode: 400,
  code: 'AMOUNT_MINIMAL_ERROR',
  message: 'Crypto amount 15.043239 is less than minimal'
}
[Admin Delete User Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.bulkDelete (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:403:12)
    at async Commission.destroy (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1838:16)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/admin/users.js:206:5 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '0ba0023a-59e4-4f5d-b9dc-484e735e38a9'",
    parameters: undefined
  },
  original: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '0ba0023a-59e4-4f5d-b9dc-484e735e38a9'",
    parameters: undefined
  },
  sql: "DELETE FROM `commissions` WHERE `to_user_id` = '0ba0023a-59e4-4f5d-b9dc-484e735e38a9'",
  parameters: {}
}
[Admin Delete User Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.bulkDelete (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:403:12)
    at async Commission.destroy (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1838:16)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/admin/users.js:206:5 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '0ba0023a-59e4-4f5d-b9dc-484e735e38a9'",
    parameters: undefined
  },
  original: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '0ba0023a-59e4-4f5d-b9dc-484e735e38a9'",
    parameters: undefined
  },
  sql: "DELETE FROM `commissions` WHERE `to_user_id` = '0ba0023a-59e4-4f5d-b9dc-484e735e38a9'",
  parameters: {}
}
[Admin Delete User Error] Error
    at Query.run (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/mysql/query.js:52:25)
    at /home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/sequelize.js:315:28
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async sequelize.query (/home/dfdfhjdf/api.skip24gold.com/config/database.js:41:14)
    at async MySQLQueryInterface.bulkDelete (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/dialects/abstract/query-interface.js:403:12)
    at async Commission.destroy (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/sequelize/lib/model.js:1838:16)
    at async /home/dfdfhjdf/api.skip24gold.com/routes/admin/users.js:206:5 {
  name: 'SequelizeDatabaseError',
  parent: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '0ba0023a-59e4-4f5d-b9dc-484e735e38a9'",
    parameters: undefined
  },
  original: Error: Unknown column 'to_user_id' in 'where clause'
      at Packet.asError (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packets/packet.js:788:17)
      at Query.execute (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/commands/command.js:29:26)
      at Connection.handlePacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:552:34)
      at PacketParser.onPacket (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:102:12)
      at PacketParser.executeStart (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
      at Socket.<anonymous> (/home/dfdfhjdf/nodevenv/api.skip24gold.com/18/lib/node_modules/mysql2/lib/base/connection.js:109: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_BAD_FIELD_ERROR',
    errno: 1054,
    sqlState: '42S22',
    sqlMessage: "Unknown column 'to_user_id' in 'where clause'",
    sql: "DELETE FROM `commissions` WHERE `to_user_id` = '0ba0023a-59e4-4f5d-b9dc-484e735e38a9'",
    parameters: undefined
  },
  sql: "DELETE FROM `commissions` WHERE `to_user_id` = '0ba0023a-59e4-4f5d-b9dc-484e735e38a9'",
  parameters: {}
}
