All the system tables I've been creating I've added in the audit columns as specified in the System Tables doc as follows:
created_by varchar(8) null,
create_dt datetime null,
create_loc varchar(16) null,
last_updated_by varchar(8) null,
last_update_dt datetime null