лаб4: додав типи даних полів посилання на BE-моделі
This commit is contained in:
parent
941c5be8f3
commit
9feddb6bac
|
@ -28,11 +28,11 @@ entity Responce <<ENTITY>>
|
||||||
entity Responce.value <<TEXT>>
|
entity Responce.value <<TEXT>>
|
||||||
|
|
||||||
entity Link <<ENTITY>>
|
entity Link <<ENTITY>>
|
||||||
entity Link.usageLimit
|
entity Link.usageLimit <<INT>>
|
||||||
entity Link.responceLimit
|
entity Link.responceLimit <<INT>>
|
||||||
entity Link.uses
|
entity Link.uses <<INT>>
|
||||||
entity Link.responces
|
entity Link.responces <<INT>>
|
||||||
entity Link.path
|
entity Link.path <<TEXT>>
|
||||||
|
|
||||||
Account.username --* Account
|
Account.username --* Account
|
||||||
Account.password --* Account
|
Account.password --* Account
|
||||||
|
|
Reference in New Issue