Skip to content

Commit 48c58b9

Browse files
shnikdElenaAfina
andcommitted
Update ydb/docs/en/core/yql/reference/types/serial.md
Co-authored-by: ElenaAfina <144937430+ElenaAfina@users.noreply.github.com>
1 parent 2ecba8b commit 48c58b9

File tree

1 file changed

+1
-1
lines changed
  • ydb/docs/en/core/yql/reference/types

1 file changed

+1
-1
lines changed

ydb/docs/en/core/yql/reference/types/serial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Serial types are integer types with an associated value-generation mechanism. Th
66

77
When a column of a serial type is defined, a separate schema object called a `Sequence` is created and bound to this column. This object is a private sequence generator and it is hidden from the user. The `Sequence` will be destroyed together with the table.
88

9-
At present, the `Sequence` object supports several parameters that determine its behavior. These parameters can be altered after creation using the [ALTER SEQUENCE](../syntax/alter-sequence.md) command.
9+
The `Sequence` object supports several parameters that determine its behavior. These parameters can be altered after creation using the [ALTER SEQUENCE](../syntax/alter-sequence.md) command.
1010

1111
By default, values generated by the `Sequence` start from one, are incremented by one with each new value, and are limited according to the chosen type.
1212

0 commit comments

Comments
 (0)