Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Nov 11, 2024
1 parent fd871a8 commit 8a3a88b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/sqlparser/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -2679,6 +2679,7 @@ const (

// OptLike works for create table xxx like xxx
type OptLike struct {
// MySQL only allows single table in LIKE clause, but Postgres allows multiple tables in their `INHERIT` clause
LikeTables []TableName
}

Expand Down

0 comments on commit 8a3a88b

Please sign in to comment.