Clubs

146 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('"Clubs_id_seq"'::regclass)
uuid uuid 2147483647 null
clubName varchar 255 null
remarks text 2147483647 null
reason text 2147483647 null
presidentId int4 10 null
clubTypeId int4 10 null
ClubType.id Implied Constraint R
status enum_Clubs_status 2147483647 'pending'::"enum_Clubs_status"
socialLinks json 2147483647 null
coverPicture varchar 255 null
varchar 255 null
clubDocuments json 2147483647 null
guidedDocument text 2147483647 null
clubMission text 2147483647 null
clubVision text 2147483647 null
programMasterId int4 10 null
isDeleted bool 1 false
isSelected bool 1 false
createdBy int4 10 null
updatedBy int4 10 null
createdAt timestamptz 35,6 null
updatedAt timestamptz 35,6 null
cardPicture varchar 255 null
vicePresidentId int4 10 null

Indexes

Constraint Name Type Sort Column(s)
Clubs_pkey Primary key Asc id
Clubs_id_idx Performance Asc id
Clubs_uuid_idx Performance Asc uuid
Clubs_uuid_key Must be unique Asc uuid

Relationships