Started integrating external systems
This commit is contained in:
+2
-1
@@ -54,10 +54,11 @@ CREATE TABLE cablevlan (
|
||||
-- WIP
|
||||
-- Reference to external systems
|
||||
-- class 1=asset; per ext type different class-ids possible
|
||||
-- TODO unique: asset_id, extlink_type, extlink_class
|
||||
CREATE TABLE extlink (
|
||||
extlink_id int(10) NOT NULL AUTO_INCREMENT,
|
||||
asset_id int(10) NOT NULL,
|
||||
extlink_type enum('cdb','zabbix', 'topdesk') NOT NULL DEFAULT 'cdb',
|
||||
extlink_type enum('cdb','zabbix', 'topdesk', 'logi') NOT NULL DEFAULT 'cdb',
|
||||
extlink_class tinyint(4) NOT NULL DEFAULT 1,
|
||||
extlink_refid int(10) DEFAULT NULL,
|
||||
extlink_uid varchar(65) DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user