Repository Onedrive Access Table Schema (repository_onedrive_access)


Description

List of temporary access grants.

repository_onedrive_access table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
timemodified BIGINT 19 null
timecreated BIGINT 19 null
usermodified BIGINT 19 null
user.id repoonedacce_use2_fk R
permissionid VARCHAR 255

The permission id in OneDrive.

itemid VARCHAR 255

The item id in OneDrive.

Table contained -1 rows

repository_onedrive_access table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
repoonedacce_use_ix Performance Asc usermodified

repository_onedrive_access table relationships