Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 4
    You mean something like a separate history table combined with an object modelled in it's main table? Commented Dec 7, 2019 at 14:02
  • Yes. But I don't need a separate history table. I need to maintain history of edits in my main table itself Commented Dec 7, 2019 at 14:03
  • 1
    Why don't you want a separate table? If you normalize your design, this problem could be solved fairly easily Commented Dec 7, 2019 at 15:18
  • @DanPichelman Thanks for the suggestion, I tried doing that. Can you please elaborate? Please also note that I don't have just address that's changing, essentially anything related to person can change Commented Dec 7, 2019 at 15:22
  • 2
    On re-reading the comments, what's wrong with a history table? Commented Dec 7, 2019 at 15:24