Description:
Stores the platform’s terms and conditions, privacy guidelines, and any associated disclaimers or additional agreements. Tracks the lifecycle of terms, including creation, updates, and references to external documents.
🔑 Primary Key
id
| Field Name | Data Type | Description |
|---|---|---|
id |
NUMBER | Unique identifier for the terms and conditions record. |
created_at |
TIMESTAMP_TZ | Timestamp when the terms and conditions record was created. |
privacy_guidelines_text |
TEXT | Text of the privacy guidelines associated with the terms and conditions. |
privacy_guidelines_url |
TEXT | URL to the privacy guidelines associated with the terms and conditions. |
terms_and_conditions_text |
TEXT | Text of the terms and conditions. |
terms_and_conditions_url |
TEXT | URL to the full terms and conditions document. |
updated_at |
TIMESTAMP_TZ | Timestamp when the terms and conditions record was last updated. |
created_by |
NUMBER | Identifier of the user who created the terms and conditions. |
updated_by |
NUMBER | Identifier of the user who last updated the terms and conditions. |
additional_terms_and_conditions_text |
TEXT | Additional terms and conditions text, if applicable. |
additional_terms_and_conditions_url |
TEXT | URL to additional terms and conditions, if applicable. |
disclaimer |
VARIANT | JSON-formatted disclaimer related to the terms and conditions. |
_snowflake_inserted_at |
TIMESTAMP_NTZ | System timestamp when the record was inserted into Snowflake. |
_snowflake_updated_at |
TIMESTAMP_NTZ | System timestamp when the record was last updated in Snowflake. |
_snowflake_deleted |
BOOLEAN | True if the record was deleted in the source. |