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


Ignore:
Timestamp:
Oct 17, 2007, 7:07:26 AM (17 years ago)
Author:
thierry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Inventory-alternative

    v1 v2  
    3131|| MAC       || varchar(17) || YES  || UNI || NULL    ||       || MAC address of the interface ||
    3232|| ord       || int(11)     || NO   ||     || 1       ||       || Interface ordinal number within the node ||
     33|| updated_on  || timestamp   || NO   ||     || CURRENT_TIMESTAMP ||                ||                                               ||
     34|| updated_by  || varchar(64) || NO   ||     ||  ||                ||                                               ||
    3335
    3436
     
    4345|| memory      || int(11)     || YES  ||     || 0                 ||                || Memory size in MB                             ||
    4446|| HDSZ        || int(11)     || YES  ||     || 0                 ||                || Hard disk size in GB                          ||
    45 || time        || timestamp   || NO   ||     || CURRENT_TIMESTAMP ||                ||                                               ||
     47|| updated_on  || timestamp   || NO   ||     || CURRENT_TIMESTAMP ||                ||                                               ||
     48|| updated_by  || varchar(64) || NO   ||     || ||                ||                                               ||
     49
    4650
    4751(NOTE: 'node_id' is NULL when this motherboard is not installed on any node, i.e. new parts that just got in, or stored extra/spare parts)
     52
     53We could also move the hard-drive info in a separate table if we allow hard-drive swapping between motherboards.
    4854
    4955=== nodes table ===
     
    5258|| chassis_sn  || varchar(16) || NO   || UNI ||         ||                || Manufacturer serial number of the node's chassis ||
    5359|| location_id || varchar(64) || YES  || UNI || NULL    ||                || Link to 'id' in 'locations' table ||
     60|| updated_on  || timestamp   || NO   ||     || CURRENT_TIMESTAMP ||                ||                                               ||
     61|| updated_by  || varchar(64) || NO   ||     ||  ||                ||                                               ||
    5462
    5563(NOTE: 'location_id' is NULL when this chassis is not installed at any location, i.e. new parts that just got in, or stored extra/spare parts)
     
    6472|| unit        || int(11)     || NO   ||     || 0                 ||                || ||
    6573|| testbed_id  || varchar(64) || NO   ||     || 0                 ||                || Link to 'id' in 'testbeds' table ||
     74|| updated_on  || timestamp   || NO   ||     || CURRENT_TIMESTAMP ||                ||                                               ||
     75|| updated_by  || varchar(64) || NO   ||     ||  ||                ||                                               ||
    6676
    6777
     
    7787|| longitude  || int(11)     || NO   ||     || 0       ||        || ||
    7888|| elevation  || int(11)     || NO   ||     || 0       ||        || ||
     89|| updated_on  || timestamp   || NO   ||     || CURRENT_TIMESTAMP ||                ||                                               ||
     90|| updated_by  || varchar(64) || NO   ||     ||  ||                ||                                               ||
    7991
    8092== DESCRIPTION ==