Implement node flags
This commit is contained in:
@@ -99,6 +99,7 @@ CREATE TABLE node (
|
||||
zone_id int(10) DEFAULT NULL,
|
||||
node_info text DEFAULT NULL,
|
||||
node_type enum('v4','v6') NOT NULL DEFAULT 'v4',
|
||||
node_flags set('deleted','reserved') DEFAULT NULL,
|
||||
PRIMARY KEY (node_id),
|
||||
INDEX ix_ip (node_ip),
|
||||
INDEX ix_mac (node_mac)
|
||||
|
||||
Reference in New Issue
Block a user