Events


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
EventRegistrations.EventId EventRegistrations_EventId_fkey R
name text 2147483647 null

Name of the event.

maxRegistrantCount int4 10 null

Maximum registrants for the event. Null means there is no maximum.

createdAt timestamptz 35,6 null
updatedAt timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
Events_pkey1 Primary key Asc id

Relationships