jingshanglu opened a new issue #8180:
URL: https://github.com/apache/shardingsphere/issues/8180
## Feature Request
expect formart of createTable like :
```
create table table1 (
Id int,
column1 varchar(255),
column2 varchar(255),
column3 varchar(255),
column3 varchar(255)
)
```
expected formart alterTable like:
```
alter table t_order
drop constraint pk_order_id,
drop constraint uk_order_id,
drop constraint order_index
```
### subtasks
- [ ] add formarter for createTable
- [ ] add formarter for alterTable
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]