| 12345678910111213 |
- -- --------------------------------------------------------
- --
- -- Структура таблицы `connections`
- --
- CREATE TABLE `connections` (
- `id` int(11) NOT NULL,
- `device_id` int(11) NOT NULL,
- `port_id` int(11) NOT NULL,
- `auth_id` int(11) NOT NULL
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|