Name: | Name of the sequence (Cannot be changed). |
Start value: | Value to start the sequence with. |
Minimum Value: | Minimum value for sequence returns. (Choice of value input or NO MINVALUE). |
Maximum value: | Maximum value for sequence returns. (Choice of value input or NO MAXVALUE). |
Increment: | Value by which to increment or decrement the next return. |
Cache: | Number of values to keep in cache memory. (Choice of value input or NO CACHE). |
Cycle: | If enabled, the sequence will start again at the minimum value after reaching the maximum value. |
Engine: | Table engine for the sequence. |
Comment: | Comment to be stored for the sequence. |
Restart with: | When saving the sequence, the sequence should be started with a new or the old value.
Choice of value input or NEXT VALUE.
NEXT VALUE: If the sequence is changed, it keeps the next value even if a cache has been defined.
With no value and with cache, the next value starts with the next value after cache. |