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