schema_version


Description:

public int schema_version { set; get; }

Schema version

The schema-version is usually only manipulated internally by SQLite.

See SQLite documentation at: http://sqlite.org/pragma.html#pragma_schema_version

See also:

user_version