コンテンツにスキップ

public.schema_migrations

Description

Columns

Name Type Default Nullable Children Parents Comment
version bigint false
dirty boolean false

Constraints

Name Type Definition
schema_migrations_dirty_not_null n NOT NULL dirty
schema_migrations_version_not_null n NOT NULL version
schema_migrations_pkey PRIMARY KEY PRIMARY KEY (version)

Indexes

Name Definition
schema_migrations_pkey CREATE UNIQUE INDEX schema_migrations_pkey ON public.schema_migrations USING btree (version)

Relations

er


Generated by tbls