diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2021-01-12 06:58:33 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-12 10:58:33 +0100 |
| commit | fa09c94374f2e4b7bc99aabc89e99ea57c1f763a (patch) | |
| tree | 779cad0ef6a3f04d4e4f95f63ea2c829834394f3 | |
| parent | f615a8e065cce65ab833db303eb09c71ee4841f4 (diff) | |
| download | wiki-fa09c94374f2e4b7bc99aabc89e99ea57c1f763a.tar.gz wiki-fa09c94374f2e4b7bc99aabc89e99ea57c1f763a.tar.bz2 wiki-fa09c94374f2e4b7bc99aabc89e99ea57c1f763a.zip | |
Creating logs_ip_actions.md (#348)
| -rw-r--r-- | docs/logs_ip_actions.md | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/logs_ip_actions.md b/docs/logs_ip_actions.md new file mode 100644 index 0000000..7cbdedd --- /dev/null +++ b/docs/logs_ip_actions.md @@ -0,0 +1,49 @@ +# logs\_ip\_actions + +[<-Back-to:Auth](database-auth.md) + +**The \`logs\_ip\_actions\` table** + +## Structure + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|---------------------|-------------|------------|-----|------|-------------------|----------------|-------------------------------| +| [id][1] | int(10) | unsigned | PRI | NO | | auto_increment | Unique Identifier | +| [account_id][2] | int(10) | unsigned | | NO | | | Account ID | +| [character_guid][3] | int(10) | unsigned | | NO | | | Character Guid | +| [type][4] | tinyint(3) | unsigned | | NO | | | | +| [ip][5] | varchar(15) | | | NO | 127.0.0.1 | | | +| [systemnote][6] | text | | | YES | | | Notes inserted by system | +| [unixtime][7] | int(10) | unsigned | | NO | | | Unixtime | +| [time][8] | timestamp | | | NO | CURRENT_TIMESTAMP | | Timestamp | +| [comment][9] | text | | | YES | | | Allows users to add a comment | + +[1]: #id +[2]: #account_id +[3]: #character_guid +[4]: #type +[5]: #ip +[6]: #systemnote +[7]: #unixtime +[8]: #time +[9]: #comment + +## Description of the fields + +### id + +### account_id + +### character_guid + +### type + +### ip + +### systemnote + +### unixtime + +### time + +### comment |
