canvas_annotations


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('canvas_annotations_id_seq'::regclass)
deal_rooms.biz_profile_id Implied Constraint R
wp_credentials.wp_user_id Implied Constraint R
room_id text 2147483647 null
x float4 8,8 0
y float4 8,8 0
body text 2147483647 ''::text
author_email text 2147483647 null
target_node_id text 2147483647 null
visibility text 2147483647 'shared'::text
resolved bool 1 false
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
canvas_annotations_pkey Primary key Asc id

Relationships