...

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

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

     1CREATE TABLE "identities" (
     2"id" TEXT PRIMARY KEY,
     3"traits_schema_id" TEXT NOT NULL,
     4"traits" TEXT NOT NULL,
     5"created_at" DATETIME NOT NULL,
     6"updated_at" DATETIME NOT NULL
     7)

View as plain text