Topic: Clearing Lab Order History IDs?
How does one start the order history IDs from 0? Thanks!
You are not logged in. Please login or register.
PHP Labware forum → Other software → Clearing Lab Order History IDs?
How does one start the order history IDs from 0? Thanks!
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.
PHP Labware forum → Other software → Clearing Lab Order History IDs?