user_profile


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
twitter text 2147483647 null
facebook text 2147483647 null
instagram text 2147483647 null
linkedin text 2147483647 null
bio text 2147483647 null
telephone text 2147483647 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
id_dd_node_type int2 5 null
users.id_dd_node_type users_fkR
id_node int8 19 null
users.id_node users_fkR
snapchat text 2147483647 null
name text 2147483647 null
enabled bool 1 null
share_activity bool 1 null
allow_notifications bool 1 null
id_community int4 10 null
community.id community_fkR
id_dd_default_avatar int2 5 null
dd_default_avatar.id dd_default_avatar_fkR
id_avatar_file int4 10 null
file.id file_fkN
onboarding timestamptz 35,6 null
notification_access timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
user_profile_pk Primary key Asc id
user_profile_uq Must be unique Asc/Asc id_dd_node_type + id_node

Relationships