Skip to content

Commit

Permalink
add autoid cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AilinKid committed Mar 13, 2020
1 parent 95fad7b commit b35a82f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ type TableInfo struct {
PKIsHandle bool `json:"pk_is_handle"`
Comment string `json:"comment"`
AutoIncID int64 `json:"auto_inc_id"`
AutoIncCache int64 `json:"auto_inc_cache"`
MaxColumnID int64 `json:"max_col_id"`
MaxIndexID int64 `json:"max_idx_id"`
// UpdateTS is used to record the timestamp of updating the table's schema information.
Expand Down

0 comments on commit b35a82f

Please sign in to comment.