Last active
September 1, 2015 11:53
-
-
Save parkerl/b25e56ee9a76e93be0b0 to your computer and use it in GitHub Desktop.
schema
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
| ┌────────────────────────────┐ | |
| │ 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