π¦ Composite foreign key
Due to the dbml syntax gap between our dbdocs
& dbml/core
, users couldn't use the composite foreign keys.
Guess what? Now you will have the ability to document relationships with composite keys, like the example below:
Ref: merchant_periods.(merchant_id, country_code) > merchants.(id, country_code)