Update erd-dsl.md

This commit is contained in:
Glenn Y. Rolland 2020-05-17 21:20:09 +02:00 committed by GitHub
parent 36bafc11ab
commit 0347d2c14e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,10 @@ entities:
relationships:
manages_urls:
links:
- user: [1, 1]
- url: [0, n]
- user:
eq: 1
- url
gte: 0
lte: n
properties: {}
```