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

     1  CREATE TABLE `identities` (
     2  `id` char(36) NOT NULL,
     3  PRIMARY KEY(`id`),
     4  `traits_schema_id` VARCHAR (2048) NOT NULL,
     5  `traits` JSON NOT NULL,
     6  `created_at` DATETIME NOT NULL,
     7  `updated_at` DATETIME NOT NULL
     8  ) ENGINE=InnoDB