Start with the analysis stuff
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE IF NOT EXISTS demos (
|
||||
steam_id TEXT NOT NULL,
|
||||
demo_id bigint NOT NULL,
|
||||
PRIMARY KEY(steam_id, demo_id)
|
||||
demo_id bigint NOT NULL PRIMARY KEY
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user