mirror of
https://github.com/kristoferssolo/Mafia-the-Game-Description.git
synced 2025-10-21 19:50:35 +00:00
feat(PasswordRecovery): add PasswordRecovery table
This commit is contained in:
parent
315db9f809
commit
e93118e1fa
@ -7,3 +7,4 @@ Visām tabulām, \texttt{VARCHAR} un \texttt{TEXT} laukiem tiek lietots UTF8 kod
|
||||
\input{./src/design/entities/role-disadvantage.tex}
|
||||
\input{./src/design/entities/image.tex}
|
||||
\input{./src/design/entities/subscription-price.tex}
|
||||
\input{./src/design/entities/password-recovery.tex}
|
||||
|
||||
4
src/design/entities/password-recovery.tex
Normal file
4
src/design/entities/password-recovery.tex
Normal file
@ -0,0 +1,4 @@
|
||||
\begin{entityTable}{ParolesAtjaunosana}{entity-role-password-recovery}
|
||||
\entityTableRow{markieris}{varchar(255)}{unique, not null}{Ģenerēts marķieris epasta lietotājaparoles atjaunošanai}
|
||||
\entityTableRow{deriguma\_termins}{timestamp}{not null}{Laiks, līdz kurams paroles atjaunošana ir iespējama}
|
||||
\end{entityTable}
|
||||
Loading…
Reference in New Issue
Block a user