Skip to content

Instantly share code, notes, and snippets.

@cakephp-tutorial
Created February 27, 2016 14:17
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 cakephp-tutorial/a41648965a59cb7bcf1b to your computer and use it in GitHub Desktop.
Save cakephp-tutorial/a41648965a59cb7bcf1b to your computer and use it in GitHub Desktop.
CREATE TABLE `regions` (
`id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
`region` VARCHAR(150) NOT NULL,
`created` DATETIME DEFAULT NULL,
`modified` DATETIME DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=INNODB DEFAULT CHARSET=utf8;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment