Open cathoderaydude opened 4 years ago
Can be aggregated to product level too.
Links table schema something like: UUID | Type (enum: Product,Release,Download) | URL | Title | Description
That schema prob doesn't interact well with foreign keys. Could have Product/Release/Download links and aggregate in the view. (Maybe not download since that wouldn't mesh well in the product page, plus download effectively more belongs to the release instead.)
Add a table for Links FKed to Release that just lets us give a link and a blurb about the link to be displayed on release route