]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_attach.md
Merge pull request #7722 from nupplaphil/bug/7718-lang
[friendica.git] / doc / database / db_attach.md
index f47380cd95099a4f902d92dcc7760307222038eb..7dde8f860d563da15a9930ef7f98e827b84543c3 100644 (file)
@@ -10,8 +10,8 @@ Table attach
 | filetype   | mimetype                                              | varchar(64)  | NO   |     |                     |                 |
 | filesize   | size in bytes                                         | int(11)      | NO   |     | 0                   |                 |
 | data       | file data                                             | longblob     | NO   |     | NULL                |                 |
-| created    | creation time                                         | datetime     | NO   |     | 0000-00-00 00:00:00 |                 |
-| edited     | last edit time                                        | datetime     | NO   |     | 0000-00-00 00:00:00 |                 |
+| created    | creation time                                         | datetime     | NO   |     | 0001-01-01 00:00:00 |                 |
+| edited     | last edit time                                        | datetime     | NO   |     | 0001-01-01 00:00:00 |                 |
 | allow_cid  | Access Control - list of allowed contact.id '<19><78> | mediumtext   | NO   |     | NULL                |                 |
 | allow_gid  | Access Control - list of allowed groups               | mediumtext   | NO   |     | NULL                |                 |
 | deny_cid   | Access Control - list of denied contact.id            | mediumtext   | NO   |     | NULL                |                 |