Skip to content

Commit 8542b9c

Browse files
authored
Merge pull request #8 from Meg528/patch-2
Update 30-schema-in-postgresql.mdx
2 parents e568763 + 0a31170 commit 8542b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/30-schema-in-postgresql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Screenshot from "@site/src/components/Screenshot";
22

33
# 📘 Schema in PostgreSQL
44

5-
The following screenshot shows an Entity-Relationship diagram of the relational database we wish to migrate. This is a Library management app, that stores information about Books, where a Book can have many Authors, an Author can write many books, users can borrow books and leave reviews.
5+
The following screenshot shows an entity-relationship diagram of the relational database we wish to migrate. This is a library management app that stores information about books, where a book can have many authors, an author can write many books, and users can borrow books and leave reviews.
66

77
This is the sample schema we use during our [Developer Days's Intro Lab](https://mongodb-developer.github.io/intro-lab/docs/importing-data/intro).
88

0 commit comments

Comments
 (0)