Note: If your model's DBMS does not support sequences and
contains auto-incremented columns then, if you change to a DBMS that does support
sequences, one will be created for each auto-incremented column. When changing from
a DBMS that supports sequences to one that does not, sequences are converted into
auto-incremented columns.