Skip to content

Instantly share code, notes, and snippets.

@hackerrahul
Created May 26, 2018 16:43
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 hackerrahul/bea64e1183655a8b3985dd61ca708298 to your computer and use it in GitHub Desktop.
Save hackerrahul/bea64e1183655a8b3985dd61ca708298 to your computer and use it in GitHub Desktop.
CREATE TABLE `infinite_scroll_post` (
`id` int(11) NOT NULL,
`title` varchar(255) NOT NULL,
`body` varchar(255) NOT NULL,
`url` varchar(5000) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment