DBZ-4473 Remove unused brackets in MySqlParser

This commit is contained in:
harveyyue 2021-12-19 13:43:22 +08:00 committed by Gunnar Morling
parent 9cec01ab26
commit 890190d26e

View File

@ -2165,7 +2165,7 @@ convertedDataType
| typeName=(DATE | DATETIME | TIME | JSON | INT | INTEGER)
| typeName=DECIMAL lengthTwoOptionalDimension?
| (SIGNED | UNSIGNED) INTEGER?
) (ARRAY)?
) ARRAY?
;
lengthOneDimension