Hello ,
i make a Retro Hotel . In the Emulator is a Error
Table db user_fuserights doesnt exist.
Here is Picture
What can i do ?
Can everbody give me the sql from them ?
Thanks TheLegendary
Printable View
Hello ,
i make a Retro Hotel . In the Emulator is a Error
Table db user_fuserights doesnt exist.
Here is Picture
What can i do ?
Can everbody give me the sql from them ?
Thanks TheLegendary
I think you mean this one?;
Code:CREATE TABLE IF NOT EXISTS `users_fuserights` (
`userid` int(15) NOT NULL,
`fuseright` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;