caredb_journal_attachment
Columns
| Name | Type | Not null | Description | 
|---|---|---|---|
| content_size | integer | True | |
| content_type | character varying(127) | True | |
| created_at | timestamp without time zone | True | |
| created_by | character varying(32) | True | |
| entry_id | character varying(32) | True | Links to caredb_journal_entry.id. | 
| height | integer | True | |
| id | character varying(32) | True | |
| s3_id | character varying(255) | True | |
| thumbnail_height | integer | True | |
| thumbnail_s3_id | character varying(255) | True | |
| thumbnail_width | integer | True | |
| width | integer | True |