I have an order table and I want a field called order_id to increment by one each time a form is filled out. I need this for later reviews, as the row Id is not sufficient. I have tried using a counter table, but I am not sure if there is a simpler way without relying on APIs or third parties. Thanks in advance.