If you are using Magento Commerce for your new ecommerce web store and want to change the order id number to something higher, go to your database using phpMyAdmin and open the table eav_entity_store.
Change the value in the increment_last_id to the number you want to use. Save the table and you’re done.
You can check which entity type id belongs to which entity by looking at eav_entity_type table.
