Feat(SQL, UI): Button Icons page, Command Button Links page created with get and set functionality.

This commit is contained in:
2025-07-17 18:58:06 +01:00
parent e0805ec2ed
commit 4e214c3bde
151 changed files with 12224 additions and 463 deletions

View File

@@ -14,9 +14,9 @@ CREATE TABLE IF NOT EXISTS parts.DOG_Button_Icon (
, CONSTRAINT FK_DOG_Button_Icon_id_image
FOREIGN KEY (id_image)
REFERENCES parts.DOG_Image(id_image)
, code VARCHAR(100) NOT NULL
, code VARCHAR(250) NOT NULL
, name VARCHAR(250) NOT NULL
, description TEXT
, notes TEXT
, active BIT NOT NULL DEFAULT 1
, created_on DATETIME
, id_user_created_by INT