Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
Id | INT | 10 | √ | null |
|
|
||||
ServerID | INT | 10 | null |
|
|
|||||
PluginGUID | CHAR | 40 | null |
|
|
|||||
RunStyle | INT | 10 | null |
|
|
|||||
ProcessID | BIGINT | 19 | 0 |
|
|
|||||
PluginPath | TEXT | 65535 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | Id |
ServerPluginUnique | Must be unique | Asc/Asc/Asc | ServerID + PluginGUID + RunStyle |