Feat(SQL, UI): Button Icons page, Command Button Links page created with get and set functionality.
This commit is contained in:
@@ -12,9 +12,13 @@ CREATE TABLE IF NOT EXISTS parts.DOG_Button_Icon_Temp (
|
||||
id_temp INT NOT NULL PRIMARY KEY AUTO_INCREMENT
|
||||
, id_button_icon INT
|
||||
, id_image INT
|
||||
, code VARCHAR(100)
|
||||
, code VARCHAR(250)
|
||||
, name VARCHAR(250)
|
||||
, description TEXT
|
||||
, notes TEXT
|
||||
, active BIT
|
||||
|
||||
, does_meet_id_filters BIT
|
||||
, does_meet_non_id_filters BIT
|
||||
|
||||
, guid BINARY(36)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user