Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||
name | VARCHAR | 200 |
|
|
||||||||||
enabled | BIT | 1 | null |
|
|
|||||||||
requiredcapability | VARCHAR | 150 | √ | null |
|
|
||||||||
restrictedusers | BIT | 1 | null |
|
|
|||||||||
component | VARCHAR | 100 | √ | null |
|
|
||||||||
timecreated | BIGINT | 19 | null |
|
|
|||||||||
timemodified | BIGINT | 19 | √ | null |
|
|
||||||||
shortname | VARCHAR | 255 | √ | null |
|
|
a unique shortname |
|||||||
downloadfiles | BIT | 1 | 0 |
|
|
1 if the service allow people to download file from webservice/plugins.php - 0 if not |
||||||||
uploadfiles | BIT | 1 | 0 |
|
|
1 if the service allow people to upload files to webservice/upload.php - 0 if not |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
exteserv_nam_uix | Must be unique | Asc | name |