github.com/icyphox/x@v0.0.355-0.20220311094250-029bd783e8b8/popx/stub/migrations/transactional/20191100000001000001_identities.postgres.up.sql (about)

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