Created
August 29, 2016 06:23
-
-
Save abadongutierrez/0da3db4a996856d20c4863f0d035a887 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Repo.insert_all("employee", [[first_name: "Steve", last_name: "Jobs", hire_date: {1976, 1, 4}, department_id: 1]]) | |
Repo.insert_all("employee", [[first_name: "Steve", last_name: "Wozniak", hire_date: {1976, 1, 4}, department_id: 1]]) | |
Repo.insert_all("employee", [[first_name: "Ronald", last_name: "Wayne", hire_date: {1976, 1, 4}, department_id: 1]]) | |
Repo.insert_all("department", [[name: "R&D"]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment