passwd

379 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('actor.passwd_id_seq'::regclass)
usr int4 10 null
usr.id passwd_usr_fkey C
salt text 2147483647 null
passwd text 2147483647 null
passwd_type text 2147483647 null
passwd_type.code passwd_passwd_type_fkey R
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

Relationships