Publishers


Description

Publisher table, contains all the users will be used as publisher of the contents.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()

Primary Key.

UserId uuid 2147483647 null
Users.id Publishers_UserId_fkey C

Foreign Key to Users table.

CreatorId uuid 2147483647 null
Users.id Publishers_CreatorId_fkey N

Foreign Key to Users table, who added the publisher

createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
Publishers_pkey Primary key Asc id
gcud_Publishers_createdAt_idx Performance Asc createdAt

Relationships