CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of dadehnegar
SQL
CREATE  TABLE IF NOT EXISTS `dncms`.`dncms_articles` (
  `article_id` INT(11) NOT NULL AUTO_INCREMENT ,
  `title` TEXT NOT NULL ,
  `body` TEXT NOT NULL ,
  `user_id` INT(11) NULL DEFAULT NULL ,
  `published` TINYINT(4) NULL DEFAULT '0' ,
  `keywords` TEXT NULL DEFAULT NULL ,
  `description` TEXT NULL DEFAULT NULL ,
  `datetime` DATETIME NULL DEFAULT NULL ,
  `language_id` INT(11) NOT NULL ,
by Aria Radmand   July 12, 2011 @ 11:25pm
124 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate