-
Notifications
You must be signed in to change notification settings - Fork 492
Open
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
- What did you do?
If possible, provide a recipe for reproducing the error.
create table mcar_consistent_result
(
.......
verify_comment text null,
.......
}
I wanna get type of each
- What did you expect to see?
I wanna get the type "text" for field verify_comment
- What did you see instead?
actually I get the type "blob" for fieldverify_comment
- What version of TiDB SQL Parser are you using?
github.com/pingcap/tidb/pkg/parser v0.0.0-20241113160756-97e7b5c268bd
Metadata
Metadata
Assignees
Labels
No labels