Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fixed small typo error #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Each table inside of the table section of the ERDJSON document is formated like

the general idea is that the key is the column name, and the value is the type.

you will also notice the `*` and `+` next to the column names, these indicate primary and foriegn keys respectively. You can combine two of these together into a primary foreign key (a composite key consisting of two foreign keys), just by putting both a `*` and a `+` next to the name.
you will also notice the `*` and `+` next to the column names, these indicate primary and foreign keys respectively. You can combine two of these together into a primary foreign key (a composite key consisting of two foreign keys), just by putting both a `*` and a `+` next to the name.

### relations:
each element in the relations array of the ERDJSON document is formatted like this:
Expand Down