Protected
Readonly
Optional
Unfortunately, SQLite does not support composite pks where one is AUTOINCREMENT, so we have to flag both as NOT NULL and create in either way a UNIQUE constraint over pks since those UNIQUE is otherwise automatically created by the sqlite engine.
Generated using TypeDoc
Unfortunately, SQLite does not support composite pks where one is AUTOINCREMENT, so we have to flag both as NOT NULL and create in either way a UNIQUE constraint over pks since those UNIQUE is otherwise automatically created by the sqlite engine.