[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 45 shows the fields and columns in the module_interface_version table.

Table 45: 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.


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