Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| certificate_id | bigserial | 19 | √ | nextval('tbl_certificate_certificate_id_seq'::regclass) |
|
|
|||||
| employee_id | int8 | 19 | null |
|
|
||||||
| course_id | int8 | 19 | null |
|
|
||||||
| issue_date | date | 13 | √ | CURRENT_DATE |
|
|
|||||
| certificate_url | varchar | 500 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_certificate_pkey | Primary key | Asc | certificate_id |

