Skip to content

Instantly share code, notes, and snippets.

@parkerl
Last active September 1, 2015 11:53
Show Gist options
  • Save parkerl/b25e56ee9a76e93be0b0 to your computer and use it in GitHub Desktop.
Save parkerl/b25e56ee9a76e93be0b0 to your computer and use it in GitHub Desktop.
schema
┌────────────────────────────┐
│ Trips │ ┌────────────────────────────┐
│ - Start Date │ │ Fishermen │
│ - End Date │╲ ╱│ - Name │
│ │────────────────│ - Date of Birth │
│ │╱ ╲│ │
│ │ └────────────────────────────┘
└────────────────────────────┘ ┼
╲│╱ │
│ │
│ │
╱│╲ ╱┴╲
┌────────────────────────────┐ ┌────────────────────────────┐
│ Locations │ │ Fish Landed │
│ - Name │ ╱│ - Date │╲
│ - Altitude │ ┌──│ - Time │──┐
│ - Lat │ │ ╲│ - Weight │╱ │
│ - Long │ │ │ - Length │ │
└────────────────────────────┘ │ └───-────────────────────────┘ │
╲│╱ │ │
│ │ ┌───────────────┘
│ │ │
┼ │ ┼
┌────────────────────────────┐ │ ┌────────────────────────────┐
│ Location Types │ │ │ Fish Species │
│ -Name │ │ │ - Name │
│ │ │ │ │
│ │ │ │ │
└────────────────────────────┘ │ └────────────────────────────┘
│ ┌────────────────────────────┐
│ │ Fly Types │
│ │ - Name │
└──┼│ │
│ │
└────────────────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment