You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**image**: JSON-based image metadata with URL and MIME type
27
-
-**attachment**: JSON-based file attachment metadata with URL and MIME type
28
+
-**attachment**: File attachment metadata as a URL string or JSON with URL and MIME type
28
29
-**upload**: File upload metadata
29
30
-**single_select**: Single selection field
30
31
-**multiple_select**: Multiple selection field
@@ -156,7 +157,7 @@ INSERT INTO customers (domain) VALUES
156
157
157
158
### Image and Attachment Domains
158
159
159
-
The `image`and `attachment` domains store JSON objects with URL and MIME type information.
160
+
The `image`domain stores JSON objects with URL and MIME type information. The `attachment` domain accepts either that JSON shape or a plain URL string.
160
161
161
162
```sql
162
163
-- Valid image
@@ -166,19 +167,23 @@ INSERT INTO customers (profile_image) VALUES
0 commit comments