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

binder: add primary key constraint support #134

Closed
skyzh opened this issue Nov 12, 2021 · 1 comment
Closed

binder: add primary key constraint support #134

skyzh opened this issue Nov 12, 2021 · 1 comment

Comments

@skyzh
Copy link
Member

skyzh commented Nov 12, 2021

create table t(v1 int not null primary key, v2 int not null, v3 int not null) # supported
create table t(v1 int not null, v2 int not null, v3 int not null, primary key(v1)) # not supported
@wangrunji0408
Copy link
Member

resolved by #631, #633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants