userBundles


Description

User provisioned access to Bundles

Columns

Column Type Size Nulls Auto Default Children Parents Comments
companyId uuid 2147483647 null
companies.id userBundles_companyId_fkeyC

The ID of the learning site

id uuid 2147483647 null

Unique Identifier of the User Bundle

userId uuid 2147483647 null
users.id userBundles_userId_fkeyC

The ID of the User associated with the User Bundle

bundleId uuid 2147483647 null
bundles.id userBundles_bundleId_fkeyC

The ID of the Bundle associated with the User Bundle

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
userBundles_pkey Primary key Asc id
userBundles_bundleId_idx Performance Asc bundleId
userBundles_userId_idx Performance Asc userId

Relationships