Auth: Manages updates to the auth system.
Name | Type | Default | Nullable | Children | Parents | Comment |
---|---|---|---|---|---|---|
version | varchar(255) | false |
Name | Type | Definition |
---|---|---|
schema_migrations_pkey | PRIMARY KEY | PRIMARY KEY (version) |
Name | Definition |
---|---|
schema_migrations_pkey | CREATE UNIQUE INDEX schema_migrations_pkey ON auth.schema_migrations USING btree (version) |
Generated by tbls