Complete system for getting + saving Product Categories with new database, server, and client architecture.

This commit is contained in:
2024-09-01 21:57:46 +01:00
parent ba50aec9c9
commit b3e801e1ec
303 changed files with 4358 additions and 2885 deletions

View File

@@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS Shop_User (
is_super_user BOOLEAN NOT NULL DEFAULT FALSE,
active BOOLEAN NOT NULL DEFAULT TRUE,
created_on TIMESTAMP,
created_by VARCHAR(100),
created_by INT,
id_change_set INTEGER,
CONSTRAINT FK_Shop_User_id_change_set
FOREIGN KEY (id_change_set)