oc_login_flow_v2


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('oc_login_flow_v2_id_seq'::regclass)
timestamp int8 19 null
started int2 5 0
poll_token varchar 255 null
login_token varchar 255 null
public_key text 2147483647 null
private_key text 2147483647 null
client_name varchar 255 null
login_name varchar 255 NULL::character varying
server varchar 255 NULL::character varying
app_password varchar 1024 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
oc_login_flow_v2_pkey Primary key Asc id
login_token Must be unique Asc login_token
poll_token Must be unique Asc poll_token
timestamp Performance Asc timestamp

Relationships