amz_listing_book_history_dv

-1 rows


Description

La tabla amz_listing_book_history_dv contiene almacenamiento histórico de listados de libros en Amazon. Los campos son: - id: es un identificador único - position: denota la posición del libro en el listado - created_at: cuando se creó el registro - source_id: identifica la fuente de los datos - is_valid: un flag que indica si el registro es válido - error_flag: un indicador de si hubo algún error - simulated: un flag para marcar registros simulados - validation_run_id: identifica la corrida de validación - listing_book_id: identificador asociado al libro en el listado.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
position int4 10 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
listing_book_id int8 19 null
amz_listing_books_dv.id amz_listing_book_his_listing_book_id_871460b2_fk_amz_listi R

Indexes

Constraint Name Type Sort Column(s)
amz_listing_book_history_dv_pkey Primary key Asc id
amz_listing_book_history_dv_listing_book_id_871460b2 Performance Asc listing_book_id

Relationships