mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
always forget something..
This commit is contained in:
parent
a8a4efd39a
commit
915a1720e2
@ -2,6 +2,7 @@ CREATE TABLE `myaac_account_actions`
|
|||||||
(
|
(
|
||||||
`account_id` INT(11) NOT NULL,
|
`account_id` INT(11) NOT NULL,
|
||||||
`ip` INT(11) NOT NULL DEFAULT 0,
|
`ip` INT(11) NOT NULL DEFAULT 0,
|
||||||
|
`ipv6` BINARY(16) NOT NULL DEFAULT 0,
|
||||||
`date` INT(11) NOT NULL DEFAULT 0,
|
`date` INT(11) NOT NULL DEFAULT 0,
|
||||||
`action` VARCHAR(255) NOT NULL DEFAULT '',
|
`action` VARCHAR(255) NOT NULL DEFAULT '',
|
||||||
KEY (`account_id`)
|
KEY (`account_id`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user