Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 705 Bytes

auth.schema_migrations.md

File metadata and controls

31 lines (19 loc) · 705 Bytes

auth.schema_migrations

Description

Auth: Manages updates to the auth system.

Columns

Name Type Default Nullable Children Parents Comment
version varchar(255) false

Constraints

Name Type Definition
schema_migrations_pkey PRIMARY KEY PRIMARY KEY (version)

Indexes

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

Relations

er


Generated by tbls