Update erDiagram to make entity names in singular form

This commit is contained in:
Ibrahim Wassouf
2023-07-07 19:59:52 -03:00
parent cf0a9c3016
commit cd118ad5cb

View File

@@ -204,13 +204,13 @@ describe('Entity Relationship Diagram', () => {
imgSnapshotTest(
`
erDiagram
BOOKS {
BOOK {
int *id
string name
varchar(99) summary
}
BOOKS }o..o{ STORES : sold
STORES {
BOOK }o..o{ STORE : soldBy
STORE {
int *id
string name
varchar(50) address