mirror of
https://github.com/djhackersdev/minime.git
synced 2026-04-01 06:54:52 -05:00
This is in preparation for a transition to SQLite, which sadly does not support array-valued columns (or indeed have much of a type system in general).
3 lines
83 B
SQL
3 lines
83 B
SQL
create table "meta" ("schemaver" integer not null);
|
|
insert into "meta" values (6);
|