|
Primary Key
|
Name
|
Type
|
Length
|
Precision
|
Can Be Null
|
Default
|
References
|
Action
|
Hints
|
Comment
|
|
true
|
LibraryVersionSpecId
|
BIGINT
|
|
|
false
|
|
|
|
|
Identifies the library version specification.
|
|
false
|
LibrarySpecificationId
|
BIGINT
|
|
|
false
|
|
IWA_LibrarySpecification(LibrarySpecificationId)
|
ON DELETE CASCADE
|
|
References the library specification this library version specification belongs to.
|
|
false
|
Version
|
VARCHAR
|
50
|
|
false
|
|
|
|
|
The specified version .
|
|
false
|
Inclusive
|
BIT
|
|
|
false
|
|
|
|
|
Is the version range inclusive specified version or not.
|
|
false
|
Minimum
|
BIT
|
|
|
false
|
|
|
|
|
Is this the minimum or maximum version of the specified version range
|