public.schema_migrations¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| version | varchar | 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 public.schema_migrations USING btree (version) |
Relations¶
Generated by tbls