Is it necessary to create a backup column like "id_backup" for the primary keys?

Hello guys,

often the first “id” column is not used as the primary key, since these ids can be changed automatically when the database is migrated, but Strapi mainly works with the id columns, right? :thinking:

Is it necessary to create a backup column like “id_backup” in each table so that a copy of the original id value is always backed up?

Thanks in advance!