actor.passwd
|
Cascading Deletes: Deleting rows from this table will cascade to: actor.usr. |
|
Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: |
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('actor.passwd_id_seq'::regclass) |
|
usr FK |
|
No |
||
salt |
|
Yes |
||
passwd |
|
No |
||
passwd_type FK |
|
No |
||
create_date |
|
No |
now() |
|
edit_date |
|
No |
now() |