device_subnets.sql 177 B

1
  1. CREATE TABLE `gateway_subnets` ( `id` INT NOT NULL AUTO_INCREMENT , `device_id` INT NULL DEFAULT NULL , `subnet_id` INT NULL DEFAULT NULL , PRIMARY KEY (`id`)) ENGINE = InnoDB;