Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abadongutierrez/0da3db4a996856d20c4863f0d035a887 to your computer and use it in GitHub Desktop.
Save abadongutierrez/0da3db4a996856d20c4863f0d035a887 to your computer and use it in GitHub Desktop.
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