AppType
Application type
Name |
Type (MS SQL) |
Type (Oracle) |
Type (PostgreSQL) |
Nullable |
Description |
---|---|---|---|---|---|
Id |
BIGINT |
NUMBER(20,0) |
int8 |
not null unique |
Reference to Type |
Name |
NVARCHAR(255) |
NVARCHAR2(255) |
varchar(255) |
not null unique |
Name of the element |
Foreign Keys
Name |
Local References |
Foreign References |
---|---|---|
FK_AppType |
Id |
Type |