Infra Assurance model uses autoIncPK which causes duplication while merging with other databases.
Infra Assurances model is designed in a way to use autoinfrement primary key for all its tables and it generates data without any issues. but when we think about we are using the same with multiple
Generalize the primary with the ULID model which supports merging and combining different models
Update all models by replacing autoIncPK to ulidPrimaryKey() to support our tables with multiple systems