mirror of
https://github.com/sigmasternchen/Diary
synced 2025-03-15 23:28:56 +00:00
Highlighted the types of a diary
This commit is contained in:
parent
3972f64999
commit
4287a6e0bc
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ There you have a table `users` with all your users and passwords (hashed).
|
|||
The table `diaries` is to store your different diaries,
|
||||
for example you could have one diary for writing about school,
|
||||
one for writing about yourself, one for your boy/girlfriend and so on.
|
||||
Here is also stored, if the diary is public (blog-like), private (for yourself)
|
||||
or protected (only chosen poeple have access).
|
||||
Here is also stored, if the diary is **public** (blog-like), **private**
|
||||
(for yourself) or **protected** (only chosen poeple have access).
|
||||
|
||||
The table `entries` stores your diary entries.
|
||||
|
||||
|
|
Loading…
Reference in a new issue