Index

public._sqlx_migrations

Description

Columns

Name Type Default Nullable Children Parents Comment
checksum bytea false
description text false
execution_time bigint false
installed_on timestamp with time zone now() false
success boolean false
version bigint false

Constraints

Name Type Definition
_sqlx_migrations_pkey PRIMARY KEY PRIMARY KEY (version)

Indexes

Name Definition
_sqlx_migrations_pkey CREATE UNIQUE INDEX _sqlx_migrations_pkey ON public._sqlx_migrations USING btree (version)

Relations

er

Generated by tbls