change install.sql

This commit is contained in:
Daniel Seifert 2012-09-05 12:06:38 +00:00
parent 7910cec9fd
commit cc19bf4c2d
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ CREATE TABLE d3usersonline (
`timevisit` int(11) NOT NULL default '0',
`oxclass` varchar(32) collate latin1_general_ci NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM;
) ENGINE=MyISAM;