pushed local stuff
This commit is contained in:
parent
27c5ca29cc
commit
08149dc513
6
tables.sql
Normal file
6
tables.sql
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
CREATE TABLE memory (
|
||||||
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||||
|
data BLOB NOT NULL,
|
||||||
|
create_date DATETIME DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
last_accessed DATETIME DEFAULT CURRENT_TIMESTAMP
|
||||||
|
);
|
||||||
Loading…
x
Reference in New Issue
Block a user