devices anlegen

This commit is contained in:
2026-02-11 15:46:50 +01:00
parent a6b56ffd75
commit 699ffe3d6b
6 changed files with 101 additions and 21 deletions

View File

@@ -98,6 +98,7 @@ CREATE TABLE devices (
rack_height_he INT,
serial_number VARCHAR(255),
comment TEXT,
web_config_url VARCHAR(255),
FOREIGN KEY (device_type_id) REFERENCES device_types(id),
FOREIGN KEY (rack_id) REFERENCES racks(id)
ON DELETE SET NULL