[Index]

Model: data/Sequence

Sequence can be used with the fn.nextval function to increment the sequence value.

Model Details: data/Sequence

Title Description Details
Name * The name that is given to the Sequence.
  • Field Name: name
  • Type: String
Current Value * The current value of the sequence.
  • Field Name: value
  • Type: Integer
Step value * The step value of the sequence. The nextval function will add the step value to the current value. Default: 1
  • Field Name: step
  • Type: Integer
  • Default: 1