Folder
Permission Folder.
Name |
Type (MS SQL) |
Type (Oracle) |
Type (PostgreSQL) |
Nullable |
Description |
---|---|---|---|---|---|
Id |
BIGINT |
NUMBER(20,0) |
int8 |
not null unique |
Id of the object |
Name |
NVARCHAR(255) |
NVARCHAR2(255) |
varchar(255) |
not null unique |
Name of the folder |