Data Type Formats View
The datatype_formats_view table combines information from data types and data formats.
Table Schema
| Column Name | Data Type | Description |
|---|---|---|
data_type_id |
UUID |
Primary Key. A unique identifier for the data type. |
data_type_name |
String |
The name of the data type. |
data_type_info |
JSONB |
Additional JSONB data for the data type. |
data_format_id |
UUID |
Primary Key. A unique identifier for the data format. |
data_format_name |
String |
The name of the data format. |
data_format_mime_type |
String |
The MIME type associated with the data format. |
data_format_info |
JSONB |
Additional JSONB data for the data format. |