ClubType

8 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('"ClubType_id_seq"'::regclass)
Clubs.clubTypeId Implied Constraint R
uuid uuid 2147483647 null
type varchar 255 null
isDeleted bool 1 false
organizationId int4 10 null
Organization.id Implied Constraint R
createdBy int4 10 null
updatedBy int4 10 null
createdAt timestamptz 35,6 null
updatedAt timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
ClubType_pkey Primary key Asc id
ClubType_id_idx Performance Asc id
ClubType_uuid_idx Performance Asc uuid
ClubType_uuid_key Must be unique Asc uuid

Relationships