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:
@@ -8,4 +8,10 @@ CREATE TABLE Users(
|
||||
Name VARCHAR(32),
|
||||
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