Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created September 1, 2011 16:42
Show Gist options
  • Save grahamc/1186614 to your computer and use it in GitHub Desktop.
Save grahamc/1186614 to your computer and use it in GitHub Desktop.
1 Query CREATE TABLE `sf_guard_permission`
(
`id` INTEGER NOT NULL AUTO_INCREMENT,
`name` VARCHAR(255) NOT NULL,
`description` TEXT,
PRIMARY KEY (`id`),
UNIQUE KEY `sf_guard_permission_U_1` (`name`)
)Engine=InnoDB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment