1

Topic: Clearing Lab Order History IDs?

How does one start the order history IDs from 0?  Thanks!

2

Re: Clearing Lab Order History IDs?

IDs are MySQL-auto-incremented values ensuring uniqueness and should be looked at like random values. If you do want to change, edit 'order_id' field values for all items in 'order' MySQL table.