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**
<li>PhotoID
<li>PhotoAlbumID
<li>Caption
<li>Date

**Photo Album**
<li>AlbumID
<li>AlbumName
<li>AlbumDate