From ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9 Mon Sep 17 00:00:00 2001 From: Shido Date: Fri, 30 May 2014 10:15:22 +0800 Subject: Updated sql-upgrade files. --- sql-files/upgrades/2013-10-10--16-36.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql-files/upgrades/2013-10-10--16-36.sql') diff --git a/sql-files/upgrades/2013-10-10--16-36.sql b/sql-files/upgrades/2013-10-10--16-36.sql index 764e632aa..88db7609e 100644 --- a/sql-files/upgrades/2013-10-10--16-36.sql +++ b/sql-files/upgrades/2013-10-10--16-36.sql @@ -1,7 +1,7 @@ #1381423003 CREATE TABLE IF NOT EXISTS `account_data` ( - `account_id` int(11) unsigned NOT NULL default '0', - `bank_vault` int(11) unsigned NOT NULL default '0', - PRIMARY KEY (`account_id`) + `account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', + `bank_vault` INT(11) UNSIGNED NOT NULL DEFAULT '0', + PRIMARY KEY (`account_id`) ) ENGINE=MyISAM; INSERT INTO `sql_updates` (`timestamp`) VALUES (1381423003); -- cgit v1.2.3-70-g09d2