blob: 764e632aaf5540990f36f6244bb3e2971803f660 (
plain) (
blame)
1
2
3
4
5
6
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`)
) ENGINE=MyISAM;
INSERT INTO `sql_updates` (`timestamp`) VALUES (1381423003);
|