Can I alter a column in an sqlite table to AUTOINCREMENT after creation?

后端 未结 11 1823
野趣味
野趣味 2020-12-13 13:08

Can I make a field AUTOINCREMENT after made a table? For example, if you create a table like this:

create table person(id integer primary key, n         


        
11条回答
提交回复
热议问题