ℹ️ Your data is safe here... unless you make the SNIP gods angry. And let's just say they have a really bad sense of humor.

From TonyM, 7 Years ago, written in Plain Text.
Embed
  1. CREATE TABLE oids
  2. (
  3.     oid_id INT PRIMARY KEY,
  4.     device_id INT NOT NULL,
  5.     oid TEXT NOT NULL,
  6.     type ENUM ('get', 'walk', 'table') NOT NULL,
  7.     mib TEXT,
  8.     format TEXT,
  9.     parent INT
  10. );
captcha