fix(database/characters): license change to identifier

This commit is contained in:
Andyyy7666
2023-07-16 12:30:22 +02:00
parent 87b2451a93
commit 6eb044edc4

View File

@@ -1,6 +1,6 @@
CREATE TABLE IF NOT EXISTS `nd_characters` (
`charid` INT(10) NOT NULL AUTO_INCREMENT,
`license` VARCHAR(200) NOT NULL DEFAULT '0',
`identifier` VARCHAR(200) NOT NULL DEFAULT '0',
`name` VARCHAR(50) DEFAULT NULL,
`firstname` VARCHAR(50) DEFAULT NULL,
`lastname` VARCHAR(50) DEFAULT NULL,