Skip to content

Instantly share code, notes, and snippets.

View jakobhviid's full-sized avatar

Jakob Hviid, PhD jakobhviid

View GitHub Profile
/*
This is a
multiline comment.
*/
-- this is a single line comment.
-- creating the initial accounts table
CREATE TABLE account(
user_id serial PRIMARY KEY,