...

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

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

     1CREATE TABLE "identities" (
     2"id" UUID NOT NULL,
     3PRIMARY KEY("id"),
     4"traits_schema_id" VARCHAR (2048) NOT NULL,
     5"traits" json NOT NULL,
     6"created_at" timestamp NOT NULL,
     7"updated_at" timestamp NOT NULL
     8)

View as plain text