Share Pastebin
Guest
Public paste!

NiggerGrinder

By: a guest | Jul 2nd, 2009 | Syntax: MySQL | Size: 0.15 KB | Hits: 123 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. CREATE TABLE `tabela` (
  2. `id` int(11) NOT NULL auto_increment,  
  3. `twitter` bigint NOT NULL,
  4. PRIMARY KEY  (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;