Skip to content

Instantly share code, notes, and snippets.

@ctrlcctrlv
Created September 24, 2014 14:15
Show Gist options
  • Save ctrlcctrlv/54fc414a660b72d40af3 to your computer and use it in GitHub Desktop.
Save ctrlcctrlv/54fc414a660b72d40af3 to your computer and use it in GitHub Desktop.
board_create CREATE TABLE
CREATE TABLE `board_create` (
`uri` varchar(58) NOT NULL,
`time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
UNIQUE KEY `uri` (`uri`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment