Can I make a field AUTOINCREMENT after made a table? For example, if you create a table like this:
AUTOINCREMENT
create table person(id integer primary key, n
you can alter the table, altering the column definition