Recent
:: RIFAS
1 hr ago
:: anonymous
7 hrs ago
:: georg
17 hrs ago
:: RetroFOX
20 hrs ago
:: This post is secret Bystroushaak
22 hrs ago
:: This post is secret Bystroushaak
22 hrs ago
:: This post is secret looser
24 hrs ago
:: This post is secret looser
24 hrs ago
:: anonymous
24 hrs ago
:: anonymous
24 hrs ago
:: RIFAS
24 hrs ago
:: RIFAS
24 hrs ago
:: jbeanmoreau777
1 day ago
:: anonymous
1 day ago
:: anonymous
1 day ago
rss 2.0 feed

Make New Post
Posts: 19045

Syntax:       Wrapping:  

   #15383 Posted by anonymous 2009-07-03 13:51:35
Formated by GeSHi
  1. CREATE TABLE IF NOT EXISTS `lockstock`.`user` (
  2. `user_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT ,
  3. `user_group_id` INT(10) UNSIGNED NOT NULL ,
  4. `client_type_id` INT(11) NOT NULL ,
  5. `user_login` VARCHAR(20) NOT NULL ,
  6. `user_pass` VARCHAR(40) NOT NULL COMMENT 'sha1' ,
  7. `user_first_name` VARCHAR(40) NOT NULL ,
  8. `user_surname` VARCHAR(45) NOT NULL ,
  9. `user_email` VARCHAR(100) NOT NULL ,
  10. `user_address` VARCHAR(255) NOT NULL ,
  11. `user_phone` VARCHAR(255) NOT NULL ,
  12. `user_active` TINYINT(1) UNSIGNED NOT NULL DEFAULT '1' ,
  13. PRIMARY KEY (`user_id`) ,
  14. INDEX `fk_user_user_group1` (`user_group_id` ASC) ,
  15. INDEX `fk_user_client_type1` (`client_type_id` ASC))
  16. ENGINE = InnoDB
  17. AUTO_INCREMENT = 1
  18. DEFAULT CHARACTER SET = utf8
  19. COLLATE = utf8_general_ci
  20. PACK_KEYS = 0
Parsed in 0.02275681 seconds
::  Inline view Inline view ::  Email this post Email  ::  Print Print   

:: Download   Download Text File15383.txt   Download Gziped text File15383.txt.gz   Download HTML File15383.html   Download PDF File15383.pdf
:: Print into    Print into HTML FileHTML document   Print into PDF FilePDF document

:: Make Diff

:: Erase Post

* Code:

To highlight particular lines, prefix each line with @@


Description:


Secret key (for later deletion)
Syntax:     


comments (0)


Copyright © 2006 Openpastebin