给没有主键的表增加主键

    技术2023-05-31  64

    alter table `表名` add id int not null primary key auto_increment first;
    Processed: 0.017, SQL: 9