Some minor restructuring and improvements
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE IF NOT EXISTS demos (
|
||||
steam_id bigint PRIMARY KEY,
|
||||
demo_id bigint
|
||||
steam_id bigint,
|
||||
demo_id bigint,
|
||||
PRIMARY KEY(steam_id, demo_id)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user