I have the database like this
=== Group ===
id
member_id
decsription
=== Member ===
id
name
description
Everything is working fine.Now I extended my Group table and added some extra field like created_by
and updated_by
,by which I can track who has created and who has made the changes.So to achieve what should I do and how to do that?Any help and suggestions will be highly appreciable.