Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('canvas_annotations_id_seq'::regclass) |
|
|
||||||||
| room_id | text | 2147483647 | null |
|
|
|||||||||
| x | float4 | 8,8 | 0 |
|
|
|||||||||
| y | float4 | 8,8 | 0 |
|
|
|||||||||
| body | text | 2147483647 | ''::text |
|
|
|||||||||
| 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 |