there should be a screenshot_file table that points to the screenshot table.
That way every time a new screenshot is made it does not overwrite the previous ones.
This will be helpful for when we want to track the screenshots over time.
screenshot_file table:
id (uuid)
screenshot_id
created_At
there should be a screenshot_file table that points to the screenshot table.
That way every time a new screenshot is made it does not overwrite the previous ones.
This will be helpful for when we want to track the screenshots over time.
screenshot_file table:
id (uuid)
screenshot_id
created_At