Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('moped_proj_personnel_roles_id_seq'::regclass) |
|
|
||||
project_personnel_id | int4 | 10 | null |
|
|
|||||
project_role_id | int4 | 10 | null |
|
|
|||||
is_deleted | bool | 1 | false |
|
|
|||||
created_at | timestamptz | 35,6 | now() |
|
|
Timestamp when the record was created |
||||
created_by_user_id | int4 | 10 | √ | null |
|
|
ID of the user who created the record |
|||
updated_at | timestamptz | 35,6 | now() |
|
|
Timestamp when the record was last updated |
||||
updated_by_user_id | int4 | 10 | √ | null |
|
|
ID of the user who last updated the record |
Showing 1 to 8 of 8 entries