我正在使用PowerDesigner 16.5建模我的MySQL数据库。有人知道如何启用它的auto-increment主键功能吗?
发布于 2015-03-25 10:33:49
在列的属性表上,我有一个Identity复选框,它将列数据类型更改为int,并在生成的auto_increment列后面添加auto_increment。
Identity
int
auto_increment
https://stackoverflow.com/questions/29243860
相似问题