Mnet Host2service Table Schema (mnet_host2service)


Description

Information about the services for a given host

mnet_host2service table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
hostid BIGINT 19 0
serviceid BIGINT 19 0
publish BIT 1 0
subscribe BIT 1 0

Table contained -1 rows

mnet_host2service table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
mnethost_hosser_uix Must be unique Asc/Asc hostid + serviceid