diff --git a/project-report/project-report.pdf b/project-report/project-report.pdf index 4767e32..d2ee78d 100644 Binary files a/project-report/project-report.pdf and b/project-report/project-report.pdf differ diff --git a/project-report/src/latex/design.tex b/project-report/src/latex/design.tex index 5effc13..b79dd78 100644 --- a/project-report/src/latex/design.tex +++ b/project-report/src/latex/design.tex @@ -95,6 +95,13 @@ \subsection{Database Design} \includegraphics[width=1\textwidth]{./project-report/src/images/database-design.png} \end{figure} +\begin{itemize} + \item I will also use the following unique constraint, so that each dataset can not have more than one model with the same name: + \begin{minted}{sql} + UNIQUE (Dataset, Name) + \end{minted} +\end{itemize} + \subsection{Queries} Here are some example queries for interacting with the database: