]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_photo.md
Fixed E_NOTICE when no valid result has been returned. (#5457)
[friendica.git] / doc / database / db_photo.md
index 2d5bf0938e76e99d6cb0ab21c575cb3293ecfc10..2bb7473e214f1d4ad6c3333a476aeef88acf4e67 100644 (file)
@@ -8,8 +8,8 @@ Table photo
 | contact-id  | contact.id                                             | int(10) unsigned | NO   |     | 0                   |                 |
 | guid        | A unique identifier for this photo                     | varchar(64)      | NO   | MUL |                     |                 |
 | resource-id |                                                        | varchar(255)     | NO   | MUL |                     |                 |
-| created     | creation date                                          | datetime         | NO   |     | 0000-00-00 00:00:00 |                 |
-| edited      | last edited date                                       | datetime         | NO   |     | 0000-00-00 00:00:00 |                 |
+| created     | creation date                                          | datetime         | NO   |     | 0001-01-01 00:00:00 |                 |
+| edited      | last edited date                                       | datetime         | NO   |     | 0001-01-01 00:00:00 |                 |
 | title       |                                                        | varchar(255)     | NO   |     |                     |                 |
 | desc        |                                                        | text             | NO   |     | NULL                |                 |
 | album       | The name of the album to which the photo belongs       | varchar(255)     | NO   |     |                     |                 |