Fix typo
parent
c8802623e4
commit
821bfa9625
|
|
@ -3,7 +3,7 @@
|
|||
--
|
||||
|
||||
DROP TABLE IF EXISTS `User_Preferences`;
|
||||
CREATE TABLE `User_Preferencess` (
|
||||
CREATE TABLE `User_Preferences` (
|
||||
`Id` int(10) unsigned NOT NULL auto_increment,
|
||||
`UserId` int(10) unsigned NOT NULL,
|
||||
FOREIGN KEY (UserId) REFERENCES Users(Id),
|
||||
|
|
|
|||
Loading…
Reference in New Issue