update_history

160 rows


Description

System table for PBJ platform. Table represents the update history for schema files

Columns

Column Type Size Nulls Auto Default Children Parents Comments
update_filename text 2147483647 null
update_timestamp timestamptz 35,6 now()
updated_by text 2147483647 null
author text 2147483647 null
comment text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
update_history_pkey Primary key Asc/Asc update_filename + update_timestamp

Relationships