X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_photo.md;h=2bb7473e214f1d4ad6c3333a476aeef88acf4e67;hb=e9c230e109372978d521aeb5133987cd7edecedb;hp=2d5bf0938e76e99d6cb0ab21c575cb3293ecfc10;hpb=8a5fada863364c729decea75c7b6e1549a7b81ce;p=friendica.git diff --git a/doc/database/db_photo.md b/doc/database/db_photo.md index 2d5bf0938e..2bb7473e21 100644 --- a/doc/database/db_photo.md +++ b/doc/database/db_photo.md @@ -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 | | | |