mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-20 01:14:08 -05:00
Store array colums as CSV text
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).
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
create table "meta" ("schemaver" integer not null);
|
||||
insert into "meta" values (5);
|
||||
insert into "meta" values (6);
|
||||
|
||||
Reference in New Issue
Block a user