Create a table for storing drawn svgs
This commit is contained in:
parent
f0feeec3b9
commit
ea86049947
|
@ -0,0 +1,9 @@
|
|||
CREATE TABLE IF NOT EXISTS svg (
|
||||
id TEXT PRIMARY KEY,
|
||||
file TEXT,
|
||||
starttime INTEGER,
|
||||
endtime INTEGER,
|
||||
drawn REAL,
|
||||
moved REAL,
|
||||
pen TEXT
|
||||
);
|
Loading…
Reference in New Issue