Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('actor.passwd_id_seq'::regclass) |
|
|
|||||
usr | int4 | 10 | null |
|
|
||||||
salt | text | 2147483647 | √ | null |
|
|
|||||
passwd | text | 2147483647 | null |
|
|
||||||
passwd_type | text | 2147483647 | null |
|
|
||||||
create_date | timestamptz | 35,6 | now() |
|
|
||||||
edit_date | timestamptz | 35,6 | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
passwd_pkey | Primary key | Asc | id |
passwd_type_once_per_user | Must be unique | Asc/Asc | usr + passwd_type |