mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-04 18:32:25 +00:00
SQL
This commit is contained in:
parent
9297fc38f6
commit
3f2f7b3929
11
utils/sql/git/required/2019_07_26_char_kick_events.sql
Normal file
11
utils/sql/git/required/2019_07_26_char_kick_events.sql
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
CREATE TABLE `character_kick_events` (
|
||||||
|
`Id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||||
|
`Name` VARCHAR(64) NOT NULL,
|
||||||
|
`Reason` TEXT NOT NULL,
|
||||||
|
`Created` TIMESTAMP NOT NULL DEFAULT '',
|
||||||
|
PRIMARY KEY (`Id`),
|
||||||
|
INDEX `Name` (`Name`),
|
||||||
|
INDEX `Created` (`Created`)
|
||||||
|
)
|
||||||
|
ENGINE=InnoDB
|
||||||
|
;
|
||||||
Loading…
x
Reference in New Issue
Block a user