config.upgrade_log

Columns

Column Type Nullable Default Notes

version PK

text

No

install_date

timestamp with time zone

No

now()

applied_to

text

Yes

Primary Key

(version)

Indexes

Index Method Definition

upgrade_log_pkey PK

btree

CREATE UNIQUE INDEX upgrade_log_pkey ON config.upgrade_log USING btree (version)