feat(database/characters): phonenumber column

This commit is contained in:
Andyyy7666
2024-01-07 21:14:30 +01:00
parent af82c447c1
commit 6291690bd4
2 changed files with 25 additions and 24 deletions

View File

@@ -8,6 +8,7 @@ CREATE TABLE IF NOT EXISTS `nd_characters` (
`gender` VARCHAR(50) DEFAULT NULL,
`cash` INT(10) DEFAULT '0',
`bank` INT(10) DEFAULT '0',
`phone_number` VARCHAR(20) DEFAULT NULL,
`groups` LONGTEXT DEFAULT ('[]'),
`metadata` LONGTEXT DEFAULT ('[]'),
`inventory` LONGTEXT DEFAULT ('[]'),