show/hide this revision's text 2 fix markup

I have a photo website and i want to support tags as my original category bucketing is starting to fail (some pictures are family and vacations, or school and friends). Is there an agreed tagging db schema?

I still want to support having photos as part of an album.

Right now i have a few tables:

Photos

  • PhotoID
  • PhotoAlbumID
  • Caption
  • Date

Photo Album

  • AlbumID
  • AlbumName
  • AlbumDate
show/hide this revision's text 1

Is there an agreed ideal schema for tagging

I have a photo website and i want to support tags as my original category bucketing is starting to fail (some pictures are family and vacations, or school and friends). Is there an agreed tagging db schema?

I still want to support having photos as part of an album.

Right now i have a few tables:

Photos

  • PhotoID
  • PhotoAlbumID
  • Caption
  • Date

    Photo Album

  • AlbumID
  • AlbumName
  • AlbumDate