Лаб №4: додавання ER-моделі #40

Merged
hasslesstech merged 2 commits from shmuliar into master 2024-05-19 12:48:14 +03:00
1 changed files with 5 additions and 5 deletions
Showing only changes of commit 9feddb6bac - Show all commits

View File

@ -28,11 +28,11 @@ entity Responce <<ENTITY>>
entity Responce.value <<TEXT>>
entity Link <<ENTITY>>
entity Link.usageLimit
entity Link.responceLimit
entity Link.uses
entity Link.responces
entity Link.path
entity Link.usageLimit <<INT>>
entity Link.responceLimit <<INT>>
entity Link.uses <<INT>>
entity Link.responces <<INT>>
entity Link.path <<TEXT>>
Account.username --* Account
Account.password --* Account