Skip to content
New issue

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

[Subtask] Support for table column types with parameters #5453

Open
Tracked by #5449
LauraXia123 opened this issue Nov 5, 2024 · 0 comments
Open
Tracked by #5449

[Subtask] Support for table column types with parameters #5453

LauraXia123 opened this issue Nov 5, 2024 · 0 comments
Labels
help wanted Extra attention is needed subtask Subtasks of umbrella issue

Comments

@LauraXia123
Copy link
Collaborator

LauraXia123 commented Nov 5, 2024

Describe the subtask

['char', 'varchar', 'fixed'] with one parameter
decimal with two parameters

When select these column types, show the input for parameters
image
image

Then click outside, show the whole column type
image

If click outside without parameters, should show the error tips
L is missing: L is the parameter of char(e.g.)

for decimal, has two parameters, P and S
P is missing
S is missing
P can not > 38
P can not < S

Parent issue

#5449

@LauraXia123 LauraXia123 added the subtask Subtasks of umbrella issue label Nov 5, 2024
@xunliu xunliu added the help wanted Extra attention is needed label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed subtask Subtasks of umbrella issue
Projects
None yet
Development

No branches or pull requests

2 participants