Search notes:

SQLite: constraints

SQLite supports five types of constraints:

See also

The on conflict clause (which applies to unique, not null, check and primary key, but not foreign key, Constraints).

Index