We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1988706 commit 37bac46Copy full SHA for 37bac46
db/constraints.cds
@@ -3,7 +3,7 @@ using { sap.capire.travels as my } from './schema';
3
@assert.constraint.beginAfterEnd: {
4
condition: (BeginDate <= EndDate),
5
message: 'End Date must be after Begin Date.',
6
- target: (EndDate)
+ targets: [(EndDate)]
7
}
8
annotate my.Travels with {
9
@mandatory BeginDate;
0 commit comments