github.com/icyphox/x@v0.0.355-0.20220311094250-029bd783e8b8/popx/stub/migrations/legacy/20191100000006_courier.sqlite3.up.sql (about)

     1  CREATE 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  );