wiz_user_projects
Join table between Wiz users and their assigned projects
-
id
Primary key - Unique identifier for the row
-
user_id
Foreign key - ID of the user
-
project_id
Foreign key - ID of the project
-
row_created_at
date - Timestamp of when the row was created in the local DB
-
row_updated_at
date - Timestamp of when the row was last updated in the local DB