mirror of
https://github.com/kristoferssolo/Mafia-the-Game-Description.git
synced 2025-10-21 19:50:35 +00:00
feat(Message): add Message table
This commit is contained in:
parent
d638a1a043
commit
514937853c
@ -19,3 +19,4 @@ Visām tabulām, \texttt{VARCHAR} un \texttt{TEXT} laukiem tiek lietots UTF8 kod
|
||||
\input{./src/design/entities/game-event.tex}
|
||||
\input{./src/design/entities/player.tex}
|
||||
\input{./src/design/entities/paid-subscription.tex}
|
||||
\input{./src/design/entities/message.tex}
|
||||
|
||||
6
src/design/entities/message.tex
Normal file
6
src/design/entities/message.tex
Normal file
@ -0,0 +1,6 @@
|
||||
\begin{entityTable}{Iszina}{entity-message}
|
||||
\entityTableRow{teksts}{text}{not null}{Īsziņas teksts}
|
||||
\entityTableRow{if\_mafijas_iszina}{bool}{default false, not null}{Vai īsziņas sūtītājs ir mafija?}
|
||||
\entityTableRow{ir\_izmainita}{bool}{default false, not null}{Vai īsziņas staurs ir izmainīts?}
|
||||
\entityTableRow{autors}{int8}{not null}{Īsziņas sūtītājs, \texttt{FOREING KEY} uz \hyperref[tab:entity-user]{Lietotajs} tabulas id kolonnu}
|
||||
\end{entityTable}
|
||||
Loading…
Reference in New Issue
Block a user