mysql:
alter
table
`tbname`
add
`id`
bigint
not
null
auto_increment
first
,
add
primary
key
(`id`);
mysql:
alter
table
`tbname`
add
`id`
bigint
not
null
auto_increment
first
,
add
primary
key
(`id`);