[Contents] [Prev] [Next] [Index] [Report an Error]

module_interface_version Table

The module_interface_version database table stores and identifies the module name and version of the Inventory Management System database. Table 41 shows the fields and columns in the module_interface_version table.

Table 41: module_interface_version Table

Field

Type

Null

Key

Default

Extra

module

varchar(40)

 

PRI

  

version

int(11)

  

0

 

For example, the module field can be either:

module = core, version = 1
module = ims, version = 1

The version field is incremented when an update is made to the documented SQL interface with respect to the module. An update occurs when:

The module version identifies the public subset of the JUNOScope database schema.

Table-to-Module Mapping

Two modules are currently defined: ims and core.

Version 1 of the ims module consists of the following tables:

The core module (version 1) consists of the devices table listed in Table 34.


[Contents] [Prev] [Next] [Index] [Report an Error]