update schema

This commit is contained in:
NhacBatQuan 2020-07-07 20:23:33 +07:00 committed by GitHub
parent 20f0708026
commit b9087c1240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,8 @@
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{lmodern}
\usepackage[nottoc,numbib]{tocbibind}
@ -101,6 +103,14 @@ Release(Releases-Distribution:One-Many): Within each releases, a number of distr
\subsection{Database Schema}
\begin{figure}[htp]
\centering
\includegraphics[width=17cm]{Schema.png}
\caption{Schema}
\label{fig:Schema}
\end{figure}
\subsubsection{releases}
This entity set represents each releases of the project,include the name of the project and its version in addition to summary,homepage and author's email. The ID of each releases is the primary key to represent each one of them.
This release ID is also the foreign key of many primary key in other entity set.