Changes between Version 2 and Version 3 of Internal/Inventory-alternative


Ignore:
Timestamp:
Oct 26, 2007, 8:52:10 PM (17 years ago)
Author:
Joseph F. Miklojcik III
Comment:

copied in device table schema from old page

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Inventory-alternative

    v2 v3  
    1818 6. testbeds ( = "resources" in the previous schema )
    1919
    20 
    2120=== devices table ===
    22 
    23 This is similar to the previous schema - see: [wiki:Internal/Inventory Inventory]
     21|| Field       || Type         || Null || Key || Default || Extra          || Description ||
     22|| ID          || int(11)      || NO   || PRI || NULL    || auto_increment || ||
     23|| vendor_id   || varchar(8)   || NO   ||     || 0       ||                || ||
     24|| device_id   || varchar(8)   || NO   ||     || 0       ||                || ||
     25|| OUI         || varchar(8)   || YES  ||     || NULL    ||                || [http://en.wikipedia.org/wiki/Organizationally_Unique_Identifier Organizationally Unique Identifier]||
     26|| description || varchar(255) || NO   ||     ||         ||                || ||
    2427
    2528=== interfaces table ===