banned_ips¶
Relationships¶
erDiagram
banned_ips {
varchar ip_address
}
account_ip {
int accid
varchar ip
}
banned_ips ||--o{ account_ip : "Has-Many"
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
Has-Many | ip_address | account_ip | ip |
Schema¶
Column | Data Type | Description |
---|---|---|
ip_address | varchar | IP Address |
notes | varchar | Ban reason |