diff options
Diffstat (limited to 'docs/game_event_pool.md')
| -rw-r--r-- | docs/game_event_pool.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/game_event_pool.md b/docs/game_event_pool.md index 2411bc7..b9ca3d3 100644 --- a/docs/game_event_pool.md +++ b/docs/game_event_pool.md @@ -10,8 +10,8 @@ This table determines if a given pool is active for a given game event. | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |-----------------|--------------|------------|-----|------|---------|--------|---------------------------------------------------------------------| -| [eventEntry][1] | tinyint(3) | signed | | NO | | | Entry of the game event. Put negative entry to remove during event. | -| [pool_entry][2] | mediumint(8) | unsigned | PRI | NO | 0 | Unique | Id of the pool | +| [eventEntry][1] | TINYINT | SIGNED | | NO | | | Entry of the game event. Put negative entry to remove during event. | +| [pool_entry][2] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | Unique | Id of the pool | [1]: #evententry [2]: #pool_entry |
