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

Support AlTER TABLE MODIFY COLUMN. #295

Closed
qiuyesuifeng opened this issue Sep 28, 2015 · 1 comment
Closed

Support AlTER TABLE MODIFY COLUMN. #295

qiuyesuifeng opened this issue Sep 28, 2015 · 1 comment

Comments

@qiuyesuifeng
Copy link
Member

drop table if exists product;

create table product (
productid varchar(10) not null,
category varchar(10) not null,
name varchar(80) null,
descn varchar(255) null,
constraint pk_product primary key (productid)
);

ALTER TABLE product MODIFY COLUMN name varchar(80);   
@qiuyesuifeng qiuyesuifeng changed the title Support AlTER TABLE Modify COLUMN. Support AlTER TABLE MODIFY COLUMN. Sep 28, 2015
@coocood
Copy link
Member

coocood commented Oct 13, 2016

Duplicated to #1753

@coocood coocood closed this as completed Oct 13, 2016
YuJuncen pushed a commit to YuJuncen/tidb that referenced this issue Apr 23, 2021
…cap#295)

* Support store version format: git describe --tags

Signed-off-by: Tong Zhigao <[email protected]>

* add tests

Signed-off-by: Tong Zhigao <[email protected]>
xhebox pushed a commit to xhebox/tidb that referenced this issue Sep 28, 2021
xhebox pushed a commit to xhebox/tidb that referenced this issue Oct 8, 2021
CabinfeverB pushed a commit to CabinfeverB/tidb that referenced this issue Mar 15, 2023
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