diff options
| author | MathematicalWTF <79039973+MathematicalWTF@users.noreply.github.com> | 2021-06-23 12:18:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 19:18:47 +0200 |
| commit | ff4a800fa9f1271dafd79db3c3d816f80b17a0cf (patch) | |
| tree | 7212b97bab1b4368d7996efecf5c10b81c32b58d /docs/es/logs_ip_actions.md | |
| parent | b94056e1aadb7fbcdfb8dad492b6066d5efa507f (diff) | |
| download | wiki-ff4a800fa9f1271dafd79db3c3d816f80b17a0cf.tar.gz wiki-ff4a800fa9f1271dafd79db3c3d816f80b17a0cf.tar.bz2 wiki-ff4a800fa9f1271dafd79db3c3d816f80b17a0cf.zip | |
Spanish translations of Auth (#558)
* first translations
* Update database-auth.md
fixes a little bug
Diffstat (limited to 'docs/es/logs_ip_actions.md')
| -rw-r--r-- | docs/es/logs_ip_actions.md | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/es/logs_ip_actions.md b/docs/es/logs_ip_actions.md new file mode 100644 index 0000000..78b52a4 --- /dev/null +++ b/docs/es/logs_ip_actions.md @@ -0,0 +1,49 @@ +# logs\_ip\_actions + +[<-Volver a:Auth](database-auth.md) + +**Tabla \`logs\_ip\_actions\`** + +## Estructura + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|---------------------|-------------|------------|-----|------|-------------------|----------------|-------------------------------| +| [id][1] | INT | UNSIGNED | PRI | NO | | AUTO_INCREMENT | Unique Identifier | +| [account_id][2] | INT | UNSIGNED | | NO | | | Account ID | +| [character_guid][3] | INT | UNSIGNED | | NO | | | Character Guid | +| [type][4] | TINYINT | UNSIGNED | | NO | | | | +| [ip][5] | VARCHAR(15) | | | NO | 127.0.0.1 | | | +| [systemnote][6] | text | | | YES | | | Notes inserted by system | +| [unixtime][7] | INT | 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 + +## Descripción de los campos + +### id + +### account_id + +### character_guid + +### type + +### ip + +### systemnote + +### unixtime + +### time + +### comment
\ No newline at end of file |
