public-data-docs

Table: ACCEPTED_TERMS_AND_CONDITIONS

Description:

Tracks when a user has accepted a specific version of the platform’s terms and conditions. Ensures compliance, legal traceability, and records user consent over time.

🔑 Primary Key

id

Field Name Data Type Description
id NUMBER Unique identifier for the acceptance record.
created_at TIMESTAMP_TZ Timestamp when the terms and conditions were accepted.
guser_id NUMBER ID of the user who accepted the terms and conditions.
terms_and_conditions_id NUMBER ID of the specific terms and conditions version that was accepted.
_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.