Usually it convention not update records of mapping tables rather delete same and add new.
In that case it is not relevant to add updated_on column in mapping tables but still some one can update the table by mistake or intentionally which suggest to have updated_on column in all tables. It seems quite logical to add created_on column in all of tables, but confuesd little bit. Please suggest?
what is convention ?