Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"Accomplishment_id_seq"'::regclass) |
|
|
|||||
uuid | uuid | 2147483647 | null |
|
|
||||||
userId | int4 | 10 | null |
|
|
||||||
title | text | 2147483647 | √ | null |
|
|
|||||
issuerBy | text | 2147483647 | √ | null |
|
|
|||||
Date | timestamptz | 35,6 | √ | null |
|
|
|||||
status | varchar | 255 | √ | 'Pending'::character varying |
|
|
|||||
uploadedFile | json | 2147483647 | √ | null |
|
|
|||||
createdBy | int4 | 10 | null |
|
|
||||||
updatedBy | int4 | 10 | √ | null |
|
|
|||||
createdAt | timestamptz | 35,6 | √ | null |
|
|
|||||
updatedAt | timestamptz | 35,6 | √ | null |
|
|
|||||
isDeleted | bool | 1 | √ | false |
|
|
|||||
Description | text | 2147483647 | √ | null |
|
|
|||||
eventLink | varchar | 255 | √ | null |
|
|
|||||
uploadedPresentation | json | 2147483647 | √ | null |
|
|
|||||
remarks | text | 2147483647 | √ | null |
|
|
|||||
logoLink | varchar | 255 | √ | null |
|
|
|||||
companyWebsiteLink | varchar | 255 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
Accomplishment_pkey | Primary key | Asc | id |
Accomplishment_uuid_key | Must be unique | Asc | uuid |
Accomplishment_uuid_key1 | Must be unique | Asc | uuid |
Accomplishment_uuid_key2 | Must be unique | Asc | uuid |