forked from noxious/server
Added alignment to user schema
This commit is contained in:
@ -68,6 +68,7 @@ CREATE TABLE `Character` (
|
||||
`mana` INTEGER NOT NULL DEFAULT 100,
|
||||
`level` INTEGER NOT NULL DEFAULT 1,
|
||||
`experience` INTEGER NOT NULL DEFAULT 0,
|
||||
`alignment` INTEGER NOT NULL DEFAULT 50,
|
||||
`role` VARCHAR(191) NOT NULL DEFAULT 'player',
|
||||
`positionX` INTEGER NOT NULL DEFAULT 0,
|
||||
`positionY` INTEGER NOT NULL DEFAULT 0,
|
||||
|
Reference in New Issue
Block a user