28.04.2018, 03:21
You are not inserting any other value except gID and I dont know if you are doing it in OnGarageCreated.
You can try making a column unique and then getting the unique increment id using cache_insert_id(); and then saving it again in OnGarageCreated.
You can try making a column unique and then getting the unique increment id using cache_insert_id(); and then saving it again in OnGarageCreated.