Installing the weight module 7.x-2.1 creates a weight_settings table with a column named id and makes it the primary key.
Upgrading the weight module to version 7.x-2.1 drops the id column and makes type the primary key (schema update 7208).
Which one is correct.
MySQL version 5.6.63.
Comments
Comment #1
davisbenThe id was never used so it was removed and the primary key was switched to the type column. It will remain that way going forward.