Skip to content

Refactor assurance model with ulidPrimaryKey()  #167

@geovlazar

Description

@geovlazar

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions