...

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

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

     1CREATE TABLE `identity_credential_types` (
     2`id` char(36) NOT NULL,
     3PRIMARY KEY(`id`),
     4`name` VARCHAR (32) NOT NULL
     5) ENGINE=InnoDB

View as plain text