...

Text file src/github.com/ory/x/popx/stub/migrations/transactional/20191100000004000000_errors.cockroach.up.sql

Documentation: github.com/ory/x/popx/stub/migrations/transactional

     1CREATE TABLE "selfservice_errors" (
     2"id" UUID NOT NULL,
     3PRIMARY KEY("id"),
     4"errors" json NOT NULL,
     5"seen_at" timestamp NOT NULL,
     6"was_seen" bool NOT NULL,
     7"created_at" timestamp NOT NULL,
     8"updated_at" timestamp NOT NULL
     9);

View as plain text