psa.smb_serviceInstances

Overview
Column Descriptions

id

CREATE TABLE `smb_serviceInstances` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `description` varchar(255) DEFAULT NULL,
  `serviceProviderId` int(11) NOT NULL,
  `externalId` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8

Related documentation