Uniques With Multiple Fields
Motivation
It is needed for Air (663686) to have an unique on a fields combination From
and Till
varchar fields of wdoc.air.UPPayout
Problems:
old uniques engine is not suitable because
From
andTill
are both varchar fields. Only one varchar field in one unique is allowed
Functional design
Technical design
We can use existing Uniques view
Context
#151
Issues
https://github.com/voedger/voedger/issues/867
Last updated
Was this helpful?