From b9087c1240bcf921d6c2164334673ee336b593f3 Mon Sep 17 00:00:00 2001 From: NhacBatQuan <59557905+NhacBatQuan@users.noreply.github.com> Date: Tue, 7 Jul 2020 20:23:33 +0700 Subject: [PATCH] update schema --- report/report.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/report/report.tex b/report/report.tex index b52178c..3f643e2 100644 --- a/report/report.tex +++ b/report/report.tex @@ -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.