How to get inserted row id in forge sql with AUTO_RANDOM?

In light of Sudden Change in Forge SQL Returning Strings Instead of Numbers - #13 by varun, we’ve had to pause our rollout that fixes this issue.

As a workaround, as defined here, https://docs.pingcap.com/tidb/stable/auto-random/, you could consider using AUTO_RANDOM(5, 54)instead of AUTO_RANDOM for unsigned columns.