When using the SQLite adapter, tables can be created with a multi-column primary key.
Trying to change the primary key to a multi-column one afterwards fails (whether it previously was a single-column or multi-column one) with InvalidArgumentException "Invalid value for primary key: [...]".