mirror of
https://github.com/kristoferssolo/Mafia-the-Game-Description.git
synced 2025-10-21 19:50:35 +00:00
fix: typos in db tables
This commit is contained in:
parent
cbd850b09a
commit
a8140dd832
@ -1,4 +1,4 @@
|
||||
\begin{entityTable}{EpastaApstiprinajums}{entity-email-confirmation}
|
||||
\entityTableRow{markieris}{varchar(255)}{unique, not null}{Ģenerēts marķieris epasta lietotāja apstiprināšanai}
|
||||
\entityTableRow{deriguma\_termins}{timestamp}{not null}{Laiks, līdz kuram e-pasta apstiprināša ir iespējama}
|
||||
\entityTableRow{markieris}{varchar(255)}{unique, not null}{Ģenerēts marķieris e-pasta lietotāja apstiprināšanai}
|
||||
\entityTableRow{deriguma\_termins}{timestamp}{not null}{Laiks, līdz kuram e-pasta apstiprināšana ir iespējama}
|
||||
\end{entityTable}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
\begin{entityTable}{SpelesLoma}{entity-game-role}
|
||||
\entityTableRow{nosaukums}{varchar(255)}{unique, not null}{Lomas nosaukums}
|
||||
\entityTableRow{apraksts}{text}{default '', not null}{Lomas apraksts}
|
||||
\entityTableRow{max\_speletaju\_ skaits}{int4}{default 1, not null, check (\lowercase{max\_speletaju\_ skaits} > 0)}{Maksimālais spēlētāju skaiks spēlē ar doto lomu}
|
||||
\entityTableRow{max\_speletaju\_ skaits}{int4}{default 1, not null, check (\lowercase{max\_speletaju\_ skaits} > 0)}{Maksimālais spēlētāju skaits spēlē ar doto lomu}
|
||||
\entityTableRow{ir\_pamata}{bool}{default false, not null}{Vai loma ir spēles pamatā vai lietotāju izveidots?}
|
||||
\entityTableRow{ir\_mafija}{bool}{default false, not null}{Vai loma ir mafija?}
|
||||
\entityTableRow{attels}{int8}{}{Lomas attēls, \texttt{FOREING KEY} uz \hyperref[tab:entity-image]{Attels} tabulas id kolonnu}
|
||||
|
||||
@ -1,6 +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{ir\_izmainita}{bool}{default false, not null}{Vai īsziņas saturs 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}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
\begin{entityTable}{ParolesAtjaunosana}{entity-password-recovery}
|
||||
\entityTableRow{markieris}{varchar(255)}{unique, not null}{Ģenerēts marķieris epasta lietotājaparoles atjaunošanai}
|
||||
\entityTableRow{markieris}{varchar(255)}{unique, not null}{Ģenerēts marķieris e-pasta lietotāja paroles atjaunošanai}
|
||||
\entityTableRow{deriguma\_termins}{timestamp}{not null}{Laiks, līdz kurams paroles atjaunošana ir iespējama}
|
||||
\end{entityTable}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 324 KiB After Width: | Height: | Size: 324 KiB |
Loading…
Reference in New Issue
Block a user