Skip to content

Instantly share code, notes, and snippets.

@psd
Last active April 6, 2023 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psd/13c8109333377bd5d4510b8545568e77 to your computer and use it in GitHub Desktop.
Save psd/13c8109333377bd5d4510b8545568e77 to your computer and use it in GitHub Desktop.
title
Conservation area datasets
erDiagram
    conservation-area {
        string reference
        string name
        string geometry
        url documentation-url
        string notes
        date start-date
        date end-date
        date entry-date
    }
    conservation-area-document {
        string reference
        string conservation-area
        string name
        url documentation-url
        url document-url
        string document-type
        string notes
        date start-date
        date end-date
        date entry-date
    }
    conservation-area-document ||--o{ conservation-area : cites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment