Skip to content

Commit

Permalink
Add some tableoptions about Alter table (pingcap#8339)
Browse files Browse the repository at this point in the history
  • Loading branch information
SE-Bin authored Feb 11, 2022
1 parent 422a091 commit 20f4bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql-statements/sql-statement-alter-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ AlterTableSpec ::=
| ( 'WITH' | 'WITHOUT' ) 'VALIDATION'
| 'SECONDARY_LOAD'
| 'SECONDARY_UNLOAD'
| ( 'AUTO_INCREMENT' | 'AUTO_ID_CACHE' | 'AUTO_RANDOM_BASE' | 'SHARD_ROW_ID_BITS' ) EqOpt LengthNum
```

## 示例
Expand Down

0 comments on commit 20f4bd8

Please sign in to comment.