...

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

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

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

View as plain text