ServiceInstances


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
serviceInstallationId INT UNSIGNED 10 null
servicePackageId INT UNSIGNED 10 null
reference VARCHAR 255 null
status INT UNSIGNED 10 1
enabled INT UNSIGNED 10 1

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
serviceInstallationId Must be unique Asc/Asc/Asc serviceInstallationId + servicePackageId + reference