Skip to content

Commit 851df1c

Browse files
shnikdElenaAfina
andauthored
Update ydb/docs/en/core/yql/reference/types/serial.md
Co-authored-by: ElenaAfina <144937430+ElenaAfina@users.noreply.github.com>
1 parent fdfc88d commit 851df1c

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
@@ -4,7 +4,7 @@ Serial types are integer types with an associated value-generation mechanism. Th
44

55
## Description
66

7-
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 is hidden from the user. The `Sequence` will be destroyed together with the table.
7+
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

99
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.
1010

0 commit comments

Comments
 (0)