stat_table_Unknown_mac.sql 399 B

1234567891011121314
  1. -- --------------------------------------------------------
  2. --
  3. -- Table structure for table `Unknown_mac`
  4. --
  5. CREATE TABLE `Unknown_mac` (
  6. `id` int(11) NOT NULL,
  7. `mac` varchar(12) DEFAULT NULL,
  8. `port_id` int(11) DEFAULT NULL,
  9. `device_id` int(11) DEFAULT NULL,
  10. `timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
  11. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;