diff --git a/docs/120-edit-mapping-authors-book.mdx b/docs/120-edit-mapping-authors-book.mdx index fc6358f..3d36af7 100644 --- a/docs/120-edit-mapping-authors-book.mdx +++ b/docs/120-edit-mapping-authors-book.mdx @@ -5,7 +5,7 @@ import Screenshot from "@site/src/components/Screenshot"; - On the ERD, click `authors` - On the relational mappings list on the right, click on the edit icon of `author_book` -- Rename Field name to `alias` +- Rename Field name to `books` - In the list of fields, uncheck `authorId` - Check `create array of primitive values` - Click `Save and close` diff --git a/docs/140-edit-mapping-books-author-book.mdx b/docs/140-edit-mapping-books-author-book.mdx index ccacdb0..8af7e6c 100644 --- a/docs/140-edit-mapping-books-author-book.mdx +++ b/docs/140-edit-mapping-books-author-book.mdx @@ -5,7 +5,6 @@ import Screenshot from "@site/src/components/Screenshot"; - On the ERD, click `books` - On the relational mappings list on the right, click on the edit icon of `author_book` - Rename `Field name` to `authors` -- In the list of fields, uncheck `authorId` - Uncheck all fields - Click `Save and close` diff --git a/docs/160-edit-mapping-books-book-genre.mdx b/docs/160-edit-mapping-books-book-genre.mdx index 97761cd..0696259 100644 --- a/docs/160-edit-mapping-books-book-genre.mdx +++ b/docs/160-edit-mapping-books-book-genre.mdx @@ -6,8 +6,8 @@ import Screenshot from "@site/src/components/Screenshot"; - On the ERD, click `books` - On the relational mappings list on the right, click on the edit icon of `book_genre` - Rename `Field name` to `genres` -- Check `create array of primitive values` - Uncheck `bookId` +- Check `create array of primitive values` - Click `Save and close` diff --git a/docs/200-edit-mapping-reviews-user copy.mdx b/docs/200-edit-mapping-reviews-user copy.mdx index d87ea1d..1aaf459 100644 --- a/docs/200-edit-mapping-reviews-user copy.mdx +++ b/docs/200-edit-mapping-reviews-user copy.mdx @@ -7,7 +7,6 @@ import Screenshot from "@site/src/components/Screenshot"; - Select `Embedded documents` - Select `users` as Source table - Check `Merge fields into the parent with root as the Prefix` -- Rename `id` field to `_id` - Only check `name` field - Click `Save and close ` - We have embedded a user document at the root level