mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-03-29 20:21:20 +00:00
Aggiunta tabella Products base
This commit is contained in:
@@ -9,3 +9,9 @@ CREATE TABLE Users(
|
||||
Email VARCHAR(256),
|
||||
Password VARCHAR(255)
|
||||
);
|
||||
|
||||
CREATE TABLE Products(
|
||||
ProductID INTEGER PRIMARY_KEY AUTO_INCREMENT,
|
||||
ProductName VARCHAR(104),
|
||||
Price NUMERIC
|
||||
);
|
||||
Reference in New Issue
Block a user