Skip to content

Instantly share code, notes, and snippets.

@trimoq
Last active October 21, 2019 10:52
Show Gist options
  • Save trimoq/77b92243a2948133c8f6ac3cd7bb8c39 to your computer and use it in GitHub Desktop.
Save trimoq/77b92243a2948133c8f6ac3cd7bb8c39 to your computer and use it in GitHub Desktop.
table! {
drive (id) {
id -> Int4,
user_id -> Int4,
travel_date -> Date,
start_loc -> Varchar,
end_loc -> Varchar,
distance -> Int4,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment