Skip to content

Instantly share code, notes, and snippets.

@dusanstanojeviccs
Created November 5, 2017 21:49
Show Gist options
  • Save dusanstanojeviccs/8619d3923edfbacfa9bb3840418891e2 to your computer and use it in GitHub Desktop.
Save dusanstanojeviccs/8619d3923edfbacfa9bb3840418891e2 to your computer and use it in GitHub Desktop.
CREATE TABLE `books` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(64) DEFAULT NULL,
`description` text,
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