1
0

stat_table_connections.sql 295 B

12345678910111213
  1. -- --------------------------------------------------------
  2. --
  3. -- Table structure for table `connections`
  4. --
  5. CREATE TABLE `connections` (
  6. `id` int(11) NOT NULL,
  7. `device_id` int(11) NOT NULL,
  8. `port_id` int(11) NOT NULL,
  9. `auth_id` int(11) NOT NULL
  10. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;