mirror of
https://github.com/cosmocode/sqlite.git
synced 2025-07-25 17:11:50 +00:00
4 lines
123 B
SQL
4 lines
123 B
SQL
-- the default option table for storing the version
|
|
CREATE TABLE opts (opt,val);
|
|
CREATE UNIQUE INDEX idx_opt ON opts(opt);
|