|
Primary Key
|
Name
|
Type
|
Length
|
Precision
|
Can Be Null
|
Default
|
References
|
Action
|
Hints
|
Comment
|
|
true
|
LibrarySpecificationId
|
BIGINT
|
|
|
false
|
|
|
|
|
Identifies the the library specification.
|
|
false
|
LibraryId
|
BIGINT
|
|
|
false
|
|
IWA_Library(LibraryId)
|
ON DELETE CASCADE
|
|
References the library this library specification belongs to.
|
|
false
|
Id
|
VARCHAR
|
200
|
|
false
|
|
|
|
|
The identifier of the required library that this library requires
|
|
false
|
ResolvedLibraryId
|
BIGINT
|
|
|
true
|
|
IWA_Library(LibraryId)
|
ON DELETE SET NULL
|
MsSqlServer
,
MySql
|
The resolved runtime library which matches the specification
|
|
false
|
Position
|
INTEGER
|
|
|
false
|
|
|
|
|
The position of this library specification within all other library specification of a library.
|