tribute_levels
Relationships
erDiagram
tribute_levels {
intunsigned item_id
intunsigned tribute_id
}
items {
int id
int book
varchar name
int recasttype
int icon
mediumint bardeffect
int clickeffect
int focuseffect
int proceffect
int scrolleffect
int worneffect
}
tributes {
intunsigned id
}
tribute_levels ||--o{ items : "One-to-One"
tribute_levels ||--o{ tributes : "One-to-One"
| Relationship Type |
Local Key |
Relates to Table |
Foreign Key |
| One-to-One |
item_id |
items |
id |
| One-to-One |
tribute_id |
tributes |
id |
Schema