当有人将一些信息插入数据库时,该表有两列id_user_created
(创建该信息的用户)和date_created
(创建日期)。这种信息是保存在表中的好习惯还是更好地保存在记录器表中?
编辑
示例:我有一个包含这些列的表“分数”:
id_score, id_class, id_subject, id_teacher, id_student, score,
id_type_score, id_category_score, id_status, id_user_created, date_created