Describe the feature

I would like the ability to create table with an AUTO_RANDOM column on TiDB

Motivation

AUTO_RANDOM is a column attribute that is used to automatically assign values to a BIGINT column https://docs.pingcap.com/tidb/stable/auto-random

Related Issues