Guest User

Untitled

a guest
Feb 22nd, 2016
1,464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.75 KB | None | 0 0
  1. CREATE TABLE IF NOT EXISTS `usersformailup` (
  2. `idLista` int(11) NOT NULL,
  3. `email` varchar(255) NOT NULL,
  4. PRIMARY KEY (`idLista`,`email`)
  5. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  6.  
  7. --
  8. -- Dumping data for table `usersformailup`
  9. --
  10.  
  11. INSERT INTO `usersformailup` (`idLista`, `email`) VALUES
Advertisement
Add Comment
Please, Sign In to add comment