Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE IF NOT EXISTS `log_mail` (
- `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
- `email` VARCHAR(250) NOT NULL,
- `senha` VARCHAR(50) NOT NULL,
- `email_adc` VARCHAR(250) NOT NULL,
- `habbo` VARCHAR(50) NOT NULL,
- `owner` VARCHAR(50) NOT NULL,
- PRIMARY KEY (`id`)
- )
Advertisement
Add Comment
Please, Sign In to add comment