[typo](docs)clearly describe the rename syntax (#20335)

This commit is contained in:
lsy3993
2023-06-02 22:48:25 +08:00
committed by GitHub
parent 0e06f15c87
commit a389a51a61
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ RENAME COLUMN old_column_name new_column_name;
```
Notice:
- Currently only tables with column unique id are supported, which are created with property 'light_schema_change'.
- Currently only tables of the unique model are supported, which are created with property 'light_schema_change=true'.
### Example

View File

@ -81,7 +81,7 @@ RENAME COLUMN old_column_name new_column_name;
```
注意:
- 目前仅支持有 column unique id 的表, 通过 'light_schema_change' 属性创建。
- 目前仅支持unique模型的表,并且建表时需要在property中设置light_schema_change=true
### Example