Is there a way to order the columns in a primary key? Looking at the DTD it doesn’t look like there is an attribute on the constraints tag to specify what order the columns go in when defining the PK in createTable. This is need for DB optimization and the creation of the proper indexes (is index creation implied in PK creation in liquibase?).