aboutsummaryrefslogtreecommitdiffstats
path: root/migrations/20231230_create.sql
blob: 261c18dddb2b839a0fabe2beacb81dea8d6af4df (plain)
1
2
3
4
5
6
CREATE TABLE IF NOT EXISTS frames_received
(
  id          INTEGER NOT NULL PRIMARY KEY,
  received_at INTEGER,
  content     BLOB
);