hqbhoho opened a new issue, #7848:
URL: https://github.com/apache/gravitino/issues/7848

   ### What would you like to be improved?
   
   Support create mysql table with column properties in Trino like this:
   ```sql
   CREATE TABLE 
gt_mysql.gt_mysql_test_index.demo_with_primary_key_and_unique_key (
      key1 integer NOT NULL WITH ( auto_increment = true ),
      col1 integer
   )
   COMMENT ''
   WITH (
      engine = 'InnoDB',
      primary_key = ARRAY['key1']
   )
   ```
   Maybe support  default values and auto-increment.
   
   ### How should we improve?
   
   _No response_


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