google_tokens

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('google_tokens_id_seq'::regclass)
email text 2147483647 null
access_token text 2147483647 null
refresh_token text 2147483647 null
expiry_date int8 19 null
is_valid bool 1 true

Indexes

Constraint Name Type Sort Column(s)
google_tokens_pkey Primary key Asc id
google_tokens_email_key Must be unique Asc email

Relationships