ai_code_commit_users
Mapping table linking email addresses to DX users for AI code commit attribution.
-
id
Primary key - Unique identifier for the row.
-
email
string - Email address from the commit author.
-
dx_user_id
Foreign key - ID of the DX user associated with this email.
-
row_created_at
date - Timestamp when the record was created.
-
row_updated_at
date - Timestamp when the record was last updated.