]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_fcontact.md
Move Photo module, update Photo model
[friendica.git] / doc / database / db_fcontact.md
index 2801605229587010b598721c0ab951e5c5abc680..d9a786acc98072c179c426869fcb9d83106192d2 100644 (file)
@@ -19,6 +19,6 @@ Table fcontact
 | network  |               | varchar(32)      | NO   |     |                     |                 |
 | alias    |               | varchar(255)     | NO   |     |                     |                 |
 | pubkey   |               | text             | NO   |     | NULL                |                 |
-| updated  |               | datetime         | NO   |     | 0000-00-00 00:00:00 |                 |
+| updated  |               | datetime         | NO   |     | 0001-01-01 00:00:00 |                 |
 
 Return to [database documentation](help/database)