AlekseiSaff commented on issue #24247:
URL: https://github.com/apache/airflow/issues/24247#issuecomment-1147494380

   A sequence is an object that generates a sequence of numeric values, as 
specified by the [CREATE SEQUENCE](https://mariadb.com/kb/en/create-sequence/) 
statement. Sequences are an alternative to 
[AUTO_INCREMENT](https://mariadb.com/kb/en/auto_increment/) when you want more 
control over how sequence numbers are generated.
   
   so it seems when you are asking for auto inc field mariadb is creating 
sequence 


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