Under MySQL, increments and bigIncrements create UNSIGNED columns. This creates a situation where foreign keys cannot be created under MySQL without explicitly marking each foreign key column as ...
Tried to create an auto increment column with a unique constraint in a mysql table, but Liquibase Validation doesn't allow it with the message "Cannot add a non-primary key identity column". Despite ...