For each team member of a blog, there is a row in this table.
| Column Name | Type | Default | Description |
|---|---|---|---|
| tmember | int(11) | '0' | Member ID |
| tblog | int(11) | '0' | Blog of which member is on team |
| tadmin | tinyint(2) | '0' | Is blog admin? (0=false/1=true; each blog must have at least one admin) |