account_ip¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | ip | banned_ips | ip_address |
One-to-One | ip | gm_ips | ip_address |
One-to-One | ip | ip_exemptions | exemption_ip |
Schema¶
Column | Data Type | Description |
---|---|---|
accid | int | Account Identifier |
ip | varchar | IP Address |
count | int | Number of times logged in from this IP |
lastused | timestamp | Timestamp of when account was last logged in |