amz_profile_following_dv

-1 rows


Description

La tabla amz_profile_following_dv consta de 11 columnas:

  • id: Es un identificador único en formato bigint.
  • store_id: Representa la identidad única de la tienda en formato de entero.
  • updated_at: Una marca de tiempo del último cambio en la fila.
  • created_at: Una marca de tiempo de cuándo se creó la fila.
  • source_id: Registra la identificación del origen en formato entero.
  • is_valid: Un indicador booleano que representa la validez del registro.
  • error_flag: Un indicador booleano que representa si hubo un error.
  • simulated: Un indicador booleano que representa si el dato es simulado.
  • validation_run_id: Un identificador entero de la corrida de validación.
  • author_id: Un identificador bigint único del autor.
  • profile_id: Un identificador bigint único del perfil.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
store_id int4 10 null
updated_at timestamptz 35,6 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
author_id int8 19 null
amz_author_dv.id amz_profile_following_dv_author_id_1d61071f_fk_amz_author_dv_id R
profile_id int8 19 null
amz_author_dv.id amz_profile_followin_profile_id_0a03fdd4_fk_amz_autho R

Indexes

Constraint Name Type Sort Column(s)
amz_profile_following_dv_pkey Primary key Asc id
amz_profile_following_dv_author_id_1d61071f Performance Asc author_id
amz_profile_following_dv_profile_id_0a03fdd4 Performance Asc profile_id

Relationships