mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
tweak:(database/characters): phonenumber column
This commit is contained in:
@@ -8,7 +8,7 @@ CREATE TABLE IF NOT EXISTS `nd_characters` (
|
|||||||
`gender` VARCHAR(50) DEFAULT NULL,
|
`gender` VARCHAR(50) DEFAULT NULL,
|
||||||
`cash` INT(10) DEFAULT '0',
|
`cash` INT(10) DEFAULT '0',
|
||||||
`bank` INT(10) DEFAULT '0',
|
`bank` INT(10) DEFAULT '0',
|
||||||
`phone_number` VARCHAR(20) DEFAULT NULL,
|
`phonenumber` VARCHAR(20) DEFAULT NULL,
|
||||||
`groups` LONGTEXT DEFAULT ('[]'),
|
`groups` LONGTEXT DEFAULT ('[]'),
|
||||||
`metadata` LONGTEXT DEFAULT ('[]'),
|
`metadata` LONGTEXT DEFAULT ('[]'),
|
||||||
`inventory` LONGTEXT DEFAULT ('[]'),
|
`inventory` LONGTEXT DEFAULT ('[]'),
|
||||||
|
|||||||
Reference in New Issue
Block a user