Skip to content

Instantly share code, notes, and snippets.

@amardeep18
Created July 19, 2020 04:02
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 amardeep18/02f610ec22545d4ac5b65d3bea2a2d41 to your computer and use it in GitHub Desktop.
Save amardeep18/02f610ec22545d4ac5b65d3bea2a2d41 to your computer and use it in GitHub Desktop.
CREATE TABLE `tbl_post` (
`post_id` int(11) NOT NULL,
`post_name` text 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