courier_messaging_attachment
Columns
Name | Type | Not null | Description |
---|---|---|---|
content_size | integer | True | |
content_type | character varying(64) | True | |
created_at | timestamp without time zone | True | |
filename | character varying(255) | True | |
id | character varying(32) | True | |
is_active | boolean | True | |
message_id | character varying(32) | True | Links to courier_messaging_message.id . |
ready_to_use | boolean | True | |
s3_location | character varying(255) | True |