Provenance Belongs in the Image Table

Chronological Source Flow
Back

AI Fusion Summary

In a content studio, tracking which prompt, model, seed, size, parent image, and publishing settings created a specific image version is critical. While logs rotate and object storage only preserves bytes, storing this provenance data in a PostgreSQL row ensures it survives edits, reviews, and publishing. The table located in apps/api/src/database/init-ai-images-table.js treats the row as a receipt, providing the only persistent record of the generation process across the entire production workflow.
Community Comments
Loading updates...
0