ip_exemptions¶
Relationships¶
erDiagram
ip_exemptions {
varchar exemption_ip
}
account_ip {
int accid
varchar ip
}
ip_exemptions ||--o{ account_ip : "Has-Many"
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
Has-Many | exemption_ip | account_ip | ip |
Schema¶
Column | Data Type | Description |
---|---|---|
exemption_id | int | Exemption Identifier |
exemption_ip | varchar | Exemption IP Address |
exemption_amount | int | Exemption Amount |