Skip to content

Instantly share code, notes, and snippets.

@gabidavila
Created August 27, 2017 16:43
Show Gist options
  • Save gabidavila/8994622e56948dfaf9bde6d9ad3ec0eb to your computer and use it in GitHub Desktop.
Save gabidavila/8994622e56948dfaf9bde6d9ad3ec0eb to your computer and use it in GitHub Desktop.
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