GroupShares


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
ShareId uuid 2147483647 null
Shares.id GroupShares_ShareId_fkey R

foreign key, reference to public.“Shares”

GroupId uuid 2147483647 null
Groups.id GroupShares_GroupId_fkey N

foreign key, reference to gcud.“Groups”

Indexes

Constraint Name Type Sort Column(s)
GroupShares_pkey Primary key Asc id
GroupShares_ShareId_key Must be unique Asc ShareId

Relationships