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
['char', 'varchar', 'fixed'] with one parameter decimal with two parameters
['char', 'varchar', 'fixed']
decimal
When select these column types, show the input for parameters
Then click outside, show the whole column type
If click outside without parameters, should show the error tips L is missing: L is the parameter of char(e.g.)
L is missing
char
for decimal, has two parameters, P and S P is missing S is missing P can not > 38 P can not < S
P is missing
S is missing
P can not > 38
P can not < S
#5449
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the subtask
['char', 'varchar', 'fixed']
with one parameterdecimal
with two parametersWhen select these column types, show the input for parameters
Then click outside, show the whole column type
If click outside without parameters, should show the error tips
L is missing
: L is the parameter ofchar
(e.g.)for
decimal
, has two parameters, P and SP is missing
S is missing
P can not > 38
P can not < S
Parent issue
#5449
The text was updated successfully, but these errors were encountered: