...

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

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

     1CREATE TABLE "courier_messages" (
     2"id" TEXT PRIMARY KEY,
     3"type" INTEGER NOT NULL,
     4"status" INTEGER NOT NULL,
     5"body" TEXT NOT NULL,
     6"subject" TEXT NOT NULL,
     7"recipient" TEXT NOT NULL,
     8"created_at" DATETIME NOT NULL,
     9"updated_at" DATETIME NOT NULL
    10);

View as plain text