amz_book_star_history_dv

-1 rows


Description

La tabla amz_book_star_history_dv se utiliza para almacenar el historial de las calificaciones de los libros. Las columnas son: - id: El identificador único de registro. - star_1 a star_5: Almacenan el promedio de calificaciones de estrellas (de 1 a 5) recibidas. - created_at: La fecha y hora en que se creó el registro en la tabla. - source_id: La identificación de la fuente de los datos. - is_valid: Indica si los datos son válidos. - error_flag: Marca si hubo un error en la recopilación o proceso de los datos. - simulated: Indica si los datos son simulados. - validation_run_id: La identificación de la ejecución de validación de los datos. - book_id: El identificador único del libro calificado.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
star_1 float8 17,17 null
star_2 float8 17,17 null
star_3 float8 17,17 null
star_4 float8 17,17 null
star_5 float8 17,17 null
created_at timestamptz 35,6 null
source_id int4 10 null
is_valid bool 1 null
error_flag bool 1 null
simulated bool 1 null
validation_run_id int4 10 null
book_id int8 19 null
amz_books_dv.id amz_book_star_history_dv_book_id_ef1c3665_fk_amz_books_dv_id R

Indexes

Constraint Name Type Sort Column(s)
amz_book_star_history_dv_pkey Primary key Asc id
amz_book_star_history_dv_book_id_ef1c3665 Performance Asc book_id

Relationships