duzo zmian i funkcji

This commit is contained in:
Mateusz Gruszczyński
2025-07-03 11:25:47 +02:00
parent b02bd27aa1
commit 79301398dd
14 changed files with 392 additions and 73 deletions

View File

@ -2,4 +2,8 @@
CREATE TABLE IF NOT EXISTS suggested_product (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name TEXT UNIQUE NOT NULL
);
);
# NOTATKI
ALTER TABLE item
ADD COLUMN note TEXT;