Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
INSERT INTO songs (title, artist_id, created_at, updated_at)
VALUES ('We will Rock you', 21474836481, now(), now());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment