zhiyoucai opened a new issue, #18230:
URL: https://github.com/apache/shardingsphere/issues/18230

   ## English Description
   When I input such a sql statement to create a table:
   
   ```sql
   create table test1
   (
     id int not null
   );
   ```
   
   I support that "not null" will be in the SqlStatement object.
   
   ## Chinese Description
   
   当我解析这样一段SQL的时候:
   
   ```sql
   create table test1
   (
     id int not null
   );
   ```
   
   我希望在解析后“not null”,可以出现在SqlStatement的实现类中。


-- 
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.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to