Merge branch 'main' into mannBranch

This commit is contained in:
Mann Patel
2025-03-22 14:19:38 -06:00
2 changed files with 6 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ CREATE TABLE Product (
StockQuantity INT,
UserID INT,
Description TEXT,
Timestamp DATETIME DEFAULT CURRENT_TIMESTAMP,
CategoryID INT NOT NULL,
Date DATETIME DEFAULT CURRENT_TIMESTAMP,
FOREIGN KEY (UserID) REFERENCES User (UserID),