duzo zmian i funkcji
This commit is contained in:
5
alters.txt
Normal file
5
alters.txt
Normal file
@ -0,0 +1,5 @@
|
||||
# SUGEROWANE PRODUKTY
|
||||
CREATE TABLE IF NOT EXISTS suggested_product (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
name TEXT UNIQUE NOT NULL
|
||||
);
|
Reference in New Issue
Block a user