5 lines
185 B
SQL
5 lines
185 B
SQL
|
|
PRAGMA application_id = 0x454C5747; -- ASCII: "ELWG"
|
|
PRAGMA user_version = 0; -- Product version. 4-byte integer: 1st - major, 2nd - minor, 3rd+4th - patch
|
|
PRAGMA foreign_keys = ON;
|