alter table triangle_feature add column sid int not null auto_increment primary key first;
triangle_feature - tablename
sid - columnname
博客给出了MySQL相关信息,包含表名triangle_feature和列名sid,为数据库操作提供了简单示例。
alter table triangle_feature add column sid int not null auto_increment primary key first;
triangle_feature - tablename
sid - columnname

被折叠的 条评论
为什么被折叠?