Syntax Element: current
Description
Identifies a version as the current version and its immediate successor (if any) as the in-work version.
Example
This keyword is highlighted
like this.
You can click on keywords and concepts in blue.
database X { version 1.0 : initialized { } // this is the current version current version 2.0 : 1.0 { } // this version is in-work version 2.1 : 2.0 { } }
Related Use Cases
Related Concepts
Other Actions
documentation | all examples for this syntax element | all examples | use cases | concepts | keywords
database