]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_term.md
Fix docs
[friendica.git] / doc / database / db_term.md
index 0240685a0cd47336548339be04bcb52cc7fe9cbc..d18bf1c3b1958aed529b9db72c505bc271d54476 100644 (file)
@@ -12,8 +12,8 @@ Table term
 | aid      |               | int(10) unsigned    | NO   |     | 0                   |                |
 | uid      |               | int(10) unsigned    | NO   | MUL | 0                   |                |
 | guid     |               | varchar(255)        | NO   | MUL |                     |                |
-| created  |               | datetime            | NO   |     | 0000-00-00 00:00:00 |                |
-| received |               | datetime            | NO   |     | 0000-00-00 00:00:00 |                |
+| created  |               | datetime            | NO   |     | 0001-01-01 00:00:00 |                |
+| received |               | datetime            | NO   |     | 0001-01-01 00:00:00 |                |
 | global   |               | tinyint(1)          | NO   |     | 0                   |                |
 
 Return to [database documentation](help/database)