Skip to content

Identity replacement #3

Closed Answered by RohitM-IN
percramer asked this question in Q&A
Feb 19, 2024 · 0 comments · 3 replies
Discussion options

You must be logged in to vote

@percramer Picture this: Every offline database is assigned a unique ID, much like a GUID. This ID remains attached to the database unless it's intentionally wiped or reset or it can be associated with user login. With this in mind, you can effortlessly combine this GUID along with the regular ID and ref_id to construct a composite foreign key. This combination ensures proper linkage and integrity between the data across your tables.

Replies: 0 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by RohitM-IN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants