aboutsummaryrefslogtreecommitdiffstats
path: root/migrations
diff options
context:
space:
mode:
Diffstat (limited to 'migrations')
-rw-r--r--migrations/20231230_create.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/migrations/20231230_create.sql b/migrations/20231230_create.sql
index 23d7282..261c18d 100644
--- a/migrations/20231230_create.sql
+++ b/migrations/20231230_create.sql
@@ -1,6 +1,6 @@
CREATE TABLE IF NOT EXISTS frames_received
(
id INTEGER NOT NULL PRIMARY KEY,
- recevied_at INTEGER,
- content VARCHAR
+ received_at INTEGER,
+ content BLOB
);