The nodes table holds information about this iProcess Engine node
. A node is a single logical iProcess Engine, which may be installed either on a single computer, or spread over several using a node cluster architecture).
The nodes table has the following structure:
TABLE nodes(
node_id INTEGER NOT NULL,
node_name VARCHAR(24) NOT NULL,
dir_name VARCHAR(28) NOT NULL,
mail_addr VARCHAR(149) ,
mail_cert VARCHAR(31) ,
mail_type INTEGER NOT NULL,
node_public SMALLINT NOT NULL,
node_slave SMALLINT NOT NULL,
node_deleted SMALLINT NOT NULL,
rpc_majvers SMALLINT NOT NULL,
rpc_minvers SMALLINT NOT NULL,
server_majvers SMALLINT NOT NULL,
server_minvers SMALLINT NOT NULL)
The nodes table contains one row, which is the entry for the iProcess Engine.