Skip to content

Commit bf5d1f1

Browse files
lilin90Andrew Hobden
authored andcommitted
sql: update ddl table_option (#445)
Via: pingcap/docs-cn#686
1 parent e44c0c3 commit bf5d1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/ddl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ table_option:
285285
The `ALTER TABLE` statement is used to update the structure of an existing table, such as updating the table or table properties, adding or deleting columns, creating or deleting indexes, updating columns or column properties. The descriptions of several field types are as follows:
286286

287287
- For `index_col_name`, `index_type`, and `index_option`, see [CREATE INDEX Syntax](#create-index-syntax).
288-
- Currently, the `table_option` is only supported in syntax.
288+
- Currently, the `table_option` supports `AUTO_INCREMENT` and `COMMENT`, while the others are only supported in syntax.
289289

290290
The support for specific operation types is as follows:
291291

0 commit comments

Comments
 (0)