Changed clan_privs from medium int to int.
This commit is contained in:
@@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
|||||||
`onlinetime` INT DEFAULT NULL,
|
`onlinetime` INT DEFAULT NULL,
|
||||||
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||||
`clan_privs` MEDIUMINT UNSIGNED DEFAULT 0,
|
`clan_privs` INT UNSIGNED DEFAULT 0,
|
||||||
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
||||||
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
|
@@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
|||||||
`onlinetime` INT DEFAULT NULL,
|
`onlinetime` INT DEFAULT NULL,
|
||||||
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||||
`clan_privs` MEDIUMINT UNSIGNED DEFAULT 0,
|
`clan_privs` INT UNSIGNED DEFAULT 0,
|
||||||
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
||||||
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
|
@@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
|||||||
`onlinetime` INT DEFAULT NULL,
|
`onlinetime` INT DEFAULT NULL,
|
||||||
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||||
`clan_privs` MEDIUMINT UNSIGNED DEFAULT 0,
|
`clan_privs` INT UNSIGNED DEFAULT 0,
|
||||||
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
||||||
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
|
@@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
|||||||
`onlinetime` INT DEFAULT NULL,
|
`onlinetime` INT DEFAULT NULL,
|
||||||
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||||
`clan_privs` MEDIUMINT UNSIGNED DEFAULT 0,
|
`clan_privs` INT UNSIGNED DEFAULT 0,
|
||||||
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
||||||
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
|
@@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
|||||||
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`newbie` MEDIUMINT UNSIGNED DEFAULT 1,
|
`newbie` MEDIUMINT UNSIGNED DEFAULT 1,
|
||||||
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||||
`clan_privs` MEDIUMINT UNSIGNED DEFAULT 0,
|
`clan_privs` INT UNSIGNED DEFAULT 0,
|
||||||
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
||||||
`isin7sdungeon` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
`isin7sdungeon` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
|
@@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
|||||||
`onlinetime` INT DEFAULT NULL,
|
`onlinetime` INT DEFAULT NULL,
|
||||||
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||||
`clan_privs` MEDIUMINT UNSIGNED DEFAULT 0,
|
`clan_privs` INT UNSIGNED DEFAULT 0,
|
||||||
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
||||||
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
|
@@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
|||||||
`onlinetime` INT DEFAULT NULL,
|
`onlinetime` INT DEFAULT NULL,
|
||||||
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||||
`clan_privs` MEDIUMINT UNSIGNED DEFAULT 0,
|
`clan_privs` INT UNSIGNED DEFAULT 0,
|
||||||
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
||||||
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
|
@@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
|||||||
`onlinetime` INT DEFAULT NULL,
|
`onlinetime` INT DEFAULT NULL,
|
||||||
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||||
`clan_privs` MEDIUMINT UNSIGNED DEFAULT 0,
|
`clan_privs` INT UNSIGNED DEFAULT 0,
|
||||||
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
||||||
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
||||||
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
|
Reference in New Issue
Block a user