Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('cetakan_password_id_seq'::regclass) |
|
|
|||||
| urut | int4 | 10 | null |
|
|
||||||
| expired_at | varchar | 255 | null |
|
|
||||||
| attempts | int4 | 10 | 0 |
|
|
||||||
| status | bool | 1 | null |
|
|
||||||
| is_used | bool | 1 | null |
|
|
||||||
| created_by | int4 | 10 | null |
|
|
||||||
| created_at | timestamp | 29,6 | √ | now() |
|
|
|||||
| updated_by | int4 | 10 | null |
|
|
||||||
| updated_at | timestamp | 29,6 | √ | now() |
|
|
|||||
| deleted_by | int4 | 10 | √ | null |
|
|
|||||
| deleted_at | timestamp | 29,6 | √ | null |
|
|
|||||
| deleted_reason | text | 2147483647 | ''::text |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cetakan_password_id_urut_pk | Primary key | Asc/Asc | id + urut |

