]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_key-value.md
Merge pull request #12593 from nupplaphil/feat/node.config.php
[friendica.git] / doc / database / db_key-value.md
index 514fdaa698f9d8cc8d99be02781b8020ca2101e0..2ed3baa48cf2688570331bf39f524206115614dc 100644 (file)
@@ -10,7 +10,7 @@ Fields
 | ---------- | ---------------------------- | ------------- | ---- | --- | ------- | ----- |
 | k          |                              | varbinary(50) | NO   | PRI | NULL    |       |
 | v          |                              | mediumtext    | YES  |     | NULL    |       |
-| updated_at | timestamp of the last update | int unsigned  | YES  |     | NULL    |       |
+| updated_at | timestamp of the last update | int unsigned  | NO   |     | NULL    |       |
 
 Indexes
 ------------