CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
172B

  1. CREATE TABLE IF NOT EXISTS macaddress (
  2. id INTEGER PRIMARY KEY AUTOINCREMENT,
  3. MAC_ADDRESS TEXT,
  4. PLANTCODE TEXT,
  5. CREATETIME TEXT,
  6. FACILITY_STYLE TEXT
  7. );