Skip to content

Instantly share code, notes, and snippets.

@jlamim
Created April 16, 2016 01:31
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 jlamim/05fb74bbc7766851af52965d21b9b40a to your computer and use it in GitHub Desktop.
Save jlamim/05fb74bbc7766851af52965d21b9b40a to your computer and use it in GitHub Desktop.
Banco de Dados - Tokens únicos com CodeIgniter
CREATE TABLE `tokens` (
`token` mediumtext
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment