This is a small utility to list up next values of _tidb_rowid/auto_increment/auto_random.
It is actually SHOW TABLE table NEXT_ROW_ID
for each table.
- Rename
_env.playground
file to.env
and modify environment values along with your TiDB environment. - Run
autoids
command. It shows table name, autoid type, and next value of the autoid.