mysql建表时

问题:Incorrect column specifier for column 'id'

答案:原来自动增长列用int数据类型,不用varchar

导航