mysql - Add auto_increment to primary key in SQL -
i have table named column b defined int not null primary key
, there 4-5 foreign keys point column already. syntax of alter
make primary key column auto_increment ?
alter table auto_increment=1
Comments
Post a Comment