mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-10-07 06:08:27 -04:00
Add timestamp and auto incrementing ID
This commit is contained in:
parent
5650e38e7d
commit
8e6a163f27
4 changed files with 10 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue