]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_mail.md
Merge branch 'develop' into bug/6211-fix-contact-nets-all
[friendica.git] / doc / database / db_mail.md
index 7047da96a5d9362d1e6ba24d244b2df4a60fb703..623b8c9c85661a36f7dc308c77efc0f21b275b1a 100644 (file)
@@ -19,6 +19,6 @@ Table mail
 | unknown    | if sender not in the contact table this is 1 | varchar(255)     | NO   |     | 0                   |                 |
 | uri        |                                              | varchar(255)     | NO   | MUL |                     |                 |
 | parent-uri |                                              | varchar(255)     | NO   | MUL |                     |                 |
-| created    | creation time of the private message         | datetime         | NO   |     | 0000-00-00 00:00:00 |                 |
+| created    | creation time of the private message         | datetime         | NO   |     | 0001-01-01 00:00:00 |                 |
 
 Return to [database documentation](help/database)