amz_book_price_history_dv

-1 rows


Description

La tabla amz_book_price_history_dv rastrea el historial de precios de los libros. Cada fila contiene un id único en formato bigint, el valor del precio del libro value en formato double precision, las fechas de creación created_at y la fuente de los datos source_id en formato integer. Además, incluye tres columnas booleanas que marcan si la entrada es válida is_valid, si hubo un error error_flag y si el dato fue simulado simulated. También cuenta con información sobre el validation_run_id en formato integer. Finalmente, tiene referencias a la tabla de libros book_id y a la tabla de proveedores provider_id, ambas en formato bigint.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
value 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_price_history_dv_book_id_196a99e1_fk_amz_books_dv_id R
provider_id int8 19 null
amz_providers_dv.id amz_book_price_histo_provider_id_5ddb8141_fk_amz_provi R

Indexes

Constraint Name Type Sort Column(s)
amz_book_price_history_dv_pkey Primary key Asc id
amz_book_price_history_dv_book_id_196a99e1 Performance Asc book_id
amz_book_price_history_dv_provider_id_5ddb8141 Performance Asc provider_id

Relationships