Skip to content

Instantly share code, notes, and snippets.

@cakephp-tutorial
Created February 27, 2016 14:16
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/c68ee75ffb50e8ed4c9e to your computer and use it in GitHub Desktop.
Save cakephp-tutorial/c68ee75ffb50e8ed4c9e to your computer and use it in GitHub Desktop.
CREATE TABLE `orders_regions` (
`id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
`order_id` INT(11) UNSIGNED NOT NULL
`region_id` INT(11) UNSIGNED NOT 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