Skip to content

Instantly share code, notes, and snippets.

@galdolber
Created April 20, 2015 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galdolber/b9869fed1446d4cfad80 to your computer and use it in GitHub Desktop.
Save galdolber/b9869fed1446d4cfad80 to your computer and use it in GitHub Desktop.
create table
CREATE TABLE IF NOT EXISTS `obras`.`datomic_kvs` (
`id` VARCHAR(640) CHARACTER SET 'ascii' COLLATE 'ascii_bin' NOT NULL,
`rev` INT,
`map` TEXT CHARACTER SET 'utf8mb4' COLLATE 'utf8mb4_bin',
`val` LONGBLOB,
PRIMARY KEY (`id`)) ENGINE=INNODB;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment