Skip to content

Instantly share code, notes, and snippets.

@tanishiking
Last active April 7, 2019 08:15
Show Gist options
  • Save tanishiking/8c1b70c49219dee445bc29228d923ace to your computer and use it in GitHub Desktop.
Save tanishiking/8c1b70c49219dee445bc29228d923ace to your computer and use it in GitHub Desktop.
CREATE TABLE `blog` (
`id` BIGINT UNSIGNED NOT NULL,
`title` VARCHAR(512) NOT NULL,
`content` TEXT NOT NULL,
PRIMARY KEY (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment