@@ -74,7 +74,8 @@ CREATE TABLE device_types (
category ENUM('switch','server','patchpanel','other') NOT NULL,
image_path VARCHAR(255),
image_type ENUM('svg','bitmap') NOT NULL,
comment TEXT
comment TEXT,
shape_definition JSON
) ENGINE=InnoDB;
CREATE TABLE device_type_ports (
The note is not visible to the blocked user.