...

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

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

     1CREATE TABLE "identity_credential_types" (
     2"id" UUID NOT NULL,
     3PRIMARY KEY("id"),
     4"name" VARCHAR (32) NOT NULL
     5)

View as plain text