|
Primary Key
|
Name
|
Type
|
Length
|
Precision
|
Can Be Null
|
Default
|
References
|
Action
|
Hints
|
Comment
|
|
true
|
LibraryId
|
BIGINT
|
|
|
false
|
|
|
|
|
Identifies the library
|
|
false
|
ProcessModelVersionId
|
BIGINT
|
|
|
false
|
|
IWA_ProcessModelVersion(ProcessModelVersionId)
|
ON DELETE CASCADE
|
|
References the process model version this library belongs to
|
|
false
|
ApplicationId
|
BIGINT
|
|
|
false
|
|
IWA_Application(ApplicationId)
|
ON DELETE CASCADE
|
|
References the application this library belongs to.
|
|
false
|
Id
|
VARCHAR
|
200
|
|
false
|
|
|
|
|
The identifier of the library
|
|
false
|
Version
|
VARCHAR
|
50
|
|
false
|
|
|
|
|
The version of the library
|
|
false
|
Provider
|
VARCHAR
|
200
|
|
false
|
|
|
|
Java
,
Oracle
|
The provider of the library
|
|
false
|
Name
|
VARCHAR
|
200
|
|
false
|
|
|
|
Java
,
Oracle
|
The name of the library
|
|
false
|
Description
|
CLOB
|
|
|
false
|
|
|
|
Java
,
Oracle
|
The description of the library
|