Table: goose_db_version
Ce contenu n’est pas encore disponible dans votre langue.
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
id | integer | no | — |
version_id | bigint | no | — |
is_applied | boolean | no | — |
tstamp | timestamp | no | Default now() |
Full DDL
Section titled “Full DDL”CREATE TABLE public.goose_db_version ( id integer NOT NULL, version_id bigint NOT NULL, is_applied boolean NOT NULL, tstamp timestamp without time zone DEFAULT now() NOT NULL);Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.