Implement a join table for Commits and Filepaths commits_filepaths will use a commit hash as the foreign key from Commits and the Filepaths id as the foreign key from Filepaths. Ensure that there are not any duplicate Filepaths generated when adding Filepaths.
Implement a join table for Commits and Filepaths
commits_filepaths
will use a commit hash as the foreign key fromCommits
and the Filepaths id as the foreign key fromFilepaths
. Ensure that there are not any duplicate Filepaths generated when adding Filepaths.