лаб4: додав типи даних полів посилання на BE-моделі

This commit is contained in:
ІО-23 Шмуляр Олег 2024-05-19 12:43:34 +03:00
parent 941c5be8f3
commit 9feddb6bac
1 changed files with 5 additions and 5 deletions

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