Add timestamp and auto incrementing ID

This commit is contained in:
Erik Johnston 2016-05-04 15:19:12 +01:00
parent 5650e38e7d
commit 8e6a163f27
4 changed files with 10 additions and 1 deletions

View file

@ -15,6 +15,8 @@
CREATE TABLE event_reports(
id BIGINT NOT NULL,
received_ts BIGINT NOT NULL,
room_id TEXT NOT NULL,
event_id TEXT NOT NULL,
user_id TEXT NOT NULL,