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,7 +14,7 @@ CREATE TABLE IF NOT EXISTS parts.DOG_Response_Quality_Metric (
, CONSTRAINT FK_DOG_Response_Quality_Metric_id_unit_measurement
FOREIGN KEY (id_unit_measurement)
REFERENCES parts.DOG_Unit_Measurement(id_unit_measurement)
, code VARCHAR(100) NOT NULL
, code VARCHAR(250) NOT NULL
, name VARCHAR(250) NOT NULL
, value_min DOUBLE
, value_max DOUBLE