Appearance
public.databasechangeloglock
Description
Columns
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | integer | false | ||||
| locked | boolean | false | ||||
| lockgranted | timestamp without time zone | true | ||||
| lockedby | varchar(255) | true |
Constraints
| Name | Type | Definition |
|---|---|---|
| databasechangeloglock_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Indexes
| Name | Definition |
|---|---|
| databasechangeloglock_pkey | CREATE UNIQUE INDEX databasechangeloglock_pkey ON public.databasechangeloglock USING btree (id) |
Relations
Generated by tbls