Is there any difference between INT PRIMARY KEY
and INTEGER PRIMARY KEY
when defining a schema for a table?
When int primary key is used, I got sqlite_autoindex
thing generated;
when integer primary key , I got sqlite_sequence
table generated.
what's the difference? what side effects can have the first and second variants?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…