Skip to content

Commit

Permalink
Update ydb/docs/ru/core/yql/reference/yql-core/types/_includes/serial.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Blinkov <[email protected]>
  • Loading branch information
shnikd and blinkov authored Sep 17, 2024
1 parent 91e2679 commit 41ae0b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

``` yql
CREATE TABLE users (
user_id SERIAL,
user_id Serial,
name Utf8,
email Utf8,
PRIMARY KEY (user_id)
Expand Down

0 comments on commit 41ae0b0

Please sign in to comment.