Database vigobas config
VigoBAS-Config database
Tabell: Flowrule
| Key | Name | Data Type | Max Length (Bytes) | Allow Nulls |
|---|---|---|---|---|
| X | Name | nvarchar(250) | 500 | NO |
| Expression | nvarchar(max) | max | NO | |
| RuleType | nvarchar(250) | 500 | NO | |
| Description | nvarchar(max) | max | YES | |
| Version | nvarchar(50) | 100 | YES | |
| LastModified | datetime | 8 | YES |
| Key | Name | Key Columns | Unique |
|---|---|---|---|
| Primary Key | PK_FlowRule | Name | YES |
Tabell: ProvisionRule
| Key | Name | Data Type | Max Length (Bytes) | Allow Nulls | Default |
|---|---|---|---|---|---|
| X | Name | nvarchar(250) | 500 | NO | |
| SourceObject | nvarchar(250) | 500 | NO | ||
| TargetObject | nvarchar(250) | 500 | NO | ||
| Agent | nvarchar(250) | 500 | NO | ||
| Condition | nvarchar(max) | max | NO | ||
| RuleType | nvarchar(250) | 500 | NO | ||
| InitialFlows | nvarchar(max) | max | YES | ||
| Deprovision | bit | 1 | NO | ((0)) | |
| ProvisionFlow | nvarchar(max) | max | YES | ||
| Description | nvarchar(max) | max | YES | ||
| Enabled | bit | 1 | NO | ((1)) | |
| Version | nvarchar(50) | 100 | YES | ||
| LastModified | datetime | 8 | YES |
| Key | Name | Key Columns | Unique |
|---|---|---|---|
| Primary Key | PK_ProvisionRule | Name | YES |