]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_cache.md
Added a short usage example of exportet profile data
[friendica.git] / doc / database / db_cache.md
index 333adaa2c1ccf56b3bfc55caa121cf2a7228e8f3..3675474a5ab7b74bccd24477ad6e4f5c23ed3909 100644 (file)
@@ -5,7 +5,7 @@ Table cache
 | ------------ | ---------------------------------- | ------------ | ---- | --- | ------------------- | ----- |
 | k            | horizontal width + url or resource | varchar(255) | NO   | PRI | NULL                |       |
 | v            | OEmbed response from site          | text         | NO   |     | NULL                |       |
-| updated      | datetime of cache insertion        | datetime     | NO   | MUL | 0000-00-00 00:00:00 |       |
+| updated      | datetime of cache insertion        | datetime     | NO   | MUL | 0001-01-01 00:00:00 |       |
 | expire_mode  |                                    | int(11)      | NO   |     | 0                   |       |
 
 Return to [database documentation](help/database)