...

Text file src/github.com/ory/x/popx/stub/migrations/transactional/20200605111551000007_messages.sqlite3.down.sql

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

     1CREATE TABLE "_selfservice_login_requests_tmp" (
     2"id" TEXT PRIMARY KEY,
     3"request_url" TEXT NOT NULL,
     4"issued_at" DATETIME NOT NULL DEFAULT 'CURRENT_TIMESTAMP',
     5"expires_at" DATETIME NOT NULL,
     6"active_method" TEXT NOT NULL,
     7"csrf_token" TEXT NOT NULL,
     8"created_at" DATETIME NOT NULL,
     9"updated_at" DATETIME NOT NULL,
    10"forced" bool NOT NULL DEFAULT 'false'
    11)

View as plain text