C
cupuser

  • Jul 29, 2019
  • Joined Aug 28, 2017
  • 0 best answers
  • Definitively what you need is go into the ost_sequence table and edit the "next" column. That indicates what is the next id to be used.

    But, you may also change the ticket_id autoincrement in ost_ticket, that is easier:

    ALTER TABLE ticket_id AUTO_INCREMENT = [value];