Forum: Database Design May 22nd, 2007 |
| Replies: 2 Views: 2,317 Hi,
Thanx for the reply. I am now not storing any version information in the user table. I have added a separate User_Archive table which is something like:
hist_id(Primary Key) Userid ... |
Forum: Database Design May 18th, 2007 |
| Replies: 2 Views: 2,317 I want to create a database design where I want to keep all changes made to a database and the user could revert back to earlier versions. Let say there is a table user which has following values... |