initial commit
This commit is contained in:
7
db/migrations/001_create-tables.sql
Normal file
7
db/migrations/001_create-tables.sql
Normal file
@ -0,0 +1,7 @@
|
||||
CREATE TABLE eventlog (
|
||||
eventid TEXT PRIMARY KEY,
|
||||
name TEXT NOT NULL,
|
||||
body BLOB,
|
||||
metadata BLOB,
|
||||
createdat TIMESTAMP DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
Reference in New Issue
Block a user