以下の内容はhttps://iww.hateblo.jp/entry/20160803/sqlite3より取得しました。


autoincrementを指定する

SQLite Frequently Asked Questions

create table t1( a int primary key AUTOINCREMENT, b int );


次の書き方はNG

create table t3( a int AUTOINCREMENT, b int, primary key(a) );
create table t3( a int, b int, primary key AUTOINCREMENT(a) );



以上の内容はhttps://iww.hateblo.jp/entry/20160803/sqlite3より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14