-- -------------------------------------------------------- -- -- Table structure for table `connections` -- CREATE TABLE `connections` ( `id` int(11) NOT NULL, `device_id` int(11) DEFAULT NULL, `port_id` int(11) DEFAULT NULL, `auth_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8;