mnet_service table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
Unique Service ID |
|
name | VARCHAR | 40 |
|
|
||||
description | VARCHAR | 40 |
|
|
||||
apiversion | VARCHAR | 10 |
|
|
||||
offer | BIT | 1 | 0 |
|
|
Do we even offer this service? |
Table contained -1 rows
mnet_service table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |