Table discourse.public.google_user_infos Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id serial 10  √  nextval('google_user_infos_id_seq'::regclass)
user_id int4 10
google_user_id varchar 255
first_name varchar 255  √  null
last_name varchar 255  √  null
email varchar 255  √  null
gender varchar 255  √  null
name varchar 255  √  null
link varchar 255  √  null
profile_link varchar 255  √  null
picture varchar 255  √  null
created_at timestamp 29,6
updated_at timestamp 29,6

Table contained 0 rows at Fri Mar 27 12:26 PDT 2015

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc google_user_infos_pkey
google_user_id Must be unique Asc index_google_user_infos_on_google_user_id
user_id Must be unique Asc index_google_user_infos_on_user_id