JeffreyGaydos / music-database-generator

An idea to help organize your music with extra metadata using a SQL Server Database. This repository searches through a folder and gathers metadata already in mp3 files to add to a database
2 stars 1 forks source link

Add Constraints & Keys to Enforce Matching #9

Closed JeffreyGaydos closed 1 year ago

JeffreyGaydos commented 1 year ago

Some tables have references to IDs from other tables. Add foreign key constraints to ensure the IDs in those tables actually match with IDs found in the table they intend to reference

Consider adding unique constraints to tables with auto-incrementing keys to all columns except for their keys