After doing some more digging, came across a MySQL query that was able to accomplish what we were after. In case anyone else could use this application, this is the query that we ran that enabled us to start the ticket numbers that are assigned to each ticket incrementing up from 500000:
ALTER TABLE wp_posts AUTO_INCREMENT = 500000;