We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
create table mcar_consistent_result ( ....... verify_comment text null, ....... }
I wanna get type of each
I wanna get the type "text" for field verify_comment
verify_comment
github.com/pingcap/tidb/pkg/parser v0.0.0-20241113160756-97e7b5c268bd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
create table mcar_consistent_result
(
.......
verify_comment text null,
.......
}
I wanna get type of each
I wanna get the type "text" for field
verify_comment
actually I get the type "blob" for field
verify_comment
github.com/pingcap/tidb/pkg/parser v0.0.0-20241113160756-97e7b5c268bd
The text was updated successfully, but these errors were encountered: