为什么使用navcat在tidb创建表的时候,没办法往表里面添加自增id呢?

CREATE TABLE t(id int PRIMARY KEY AUTO_INCREMENT, c int);