| subject | VARCHAR(16777216) | Unique identifier for the token, consisting of the policy ID concatenated with the hex-encoded asset name. |
| name | VARCHAR(16777216) | The human-readable name of the token. |
| symbol | VARCHAR(16777216) | The ticker symbol of the token. |
| description | VARCHAR(16777216) | A description of the token from its metadata. |
| url | VARCHAR(16777216) | The project or token URL from its metadata. |
| decimals | NUMBER(38,0) | The number of decimal places used to represent the token amount. |
| policy | VARCHAR(16777216) | The minting policy script hash that controls the creation and destruction of this token. |
| logo | VARCHAR(16777216) | Base64-encoded logo image from the token metadata. |
| updated_at | TIMESTAMP_NTZ(9) | Timestamp when the token metadata was last updated. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |