RENAME TABLE ${oldName} TO ${newName} CREATE TABLE ${newTableName} LIKE ${templateTableName} ALTER TABLE ${tableName} AUTO_INCREMENT = #{value}