This commit is contained in:
Isaac Connor
2023-03-22 13:28:35 -04:00
parent c8802623e4
commit 821bfa9625

View File

@@ -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),