amz_audible_countries

-1 rows


Description

Sure! This is an array of objects called “Amazons Audio Counties,” or amz_audible_countries. Each object represents a specific audio recording label owned by Amazon.

The different fields in each object are: - id: A unique identifier for the specific Alexa Skill related to the audio recording number - name: The title or description of the skill text - domain: The full URL or shortened path to the Alexa website that controls this skill url - country_code: The ISO 3166-1 alpha-2 code for the country/region where this Alexa Skill is available in; if set as null, it will indicate that the Skill is available worldwide. alpha-two_country_code - used: Whether or not the Skill has been used by a user to play audio recordings on their product (Amazon Echo or Echo Dot) “yes” | “no” - updated_at: The timestamp when Amazon updates this information; if set as null, it will indicate that Amazon does not offer data for this date. date - created_at: The timestamp the record was first added into the Amazons Audio Counties table; if set as null, it will show that Amazons Audio Counties is a new Table in S3 date

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
amz_audible_books.country_id amz_audible_books_country_id_193d2ac4_fk_amz_audib R
amz_audible_categories.country_id amz_audible_categori_country_id_96e3c0eb_fk_amz_audib R
amz_audible_tags.country_id amz_audible_tags_country_id_67a77d48_fk_amz_audib R
name varchar 64 null
domain varchar 32 null
country_code varchar 2 null
used bool 1 null
updated_at timestamptz 35,6 null
created_at timestamptz 35,6 null
check_by_validation bool 1 null
in_data_validation bool 1 null
status_data_validation jsonb 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
amz_audible_countries_pkey Primary key Asc id

Relationships