-- Sep. 5 In-Class Exercise Thread
Discussion(postId:integer, userId:integer, message:string, date:string, votes:integer)
(1, 1, "Hello, this is a test post", "12/12/12", 0)
(2, 3, "Hello, World!", "10/10/10", 100)
(100, 6, "askejsk", "01/02/18", 1337)
Key for discussion comments: postId
(
Edited: 2018-09-05)
Discussion(postId:integer, userId:integer, message:string, date:string, votes:integer)
(1, 1, "Hello, this is a test post", "12/12/12", 0)
(2, 3, "Hello, World!", "10/10/10", 100)
(100, 6, "askejsk", "01/02/18", 1337)
Key for discussion comments: postId