[ Index ]

PHP Cross Reference of phpwcms V1.4.7 _r403 (01.11.10)

title

Body

[close]

/setup/update_sql/ -> 03__phpwcms_1.1-RC4_08-06-2004.sql (source)

   1  #####################################################
   2  #
   3  #  PHPWCMS SQL Update
   4  #  
   5  #  08.06.2004
   6  #
   7  #####################################################
   8  
   9  #
  10  # Tabellenstruktur für Tabelle `phpwcms_fonts`
  11  #
  12  
  13  CREATE TABLE `phpwcms_fonts` (
  14    `font_id` int(11) NOT NULL auto_increment,
  15    `font_name` text NOT NULL,
  16    `font_shortname` text NOT NULL,
  17    `font_filename` text NOT NULL,
  18    PRIMARY KEY  (`font_id`)
  19  ) TYPE=MyISAM PACK_KEYS=0 AUTO_INCREMENT=6 ;
  20  
  21  # --------------------------------------------------------
  22  
  23  #
  24  # Tabellenstruktur für Tabelle `phpwcms_fonts_colors`
  25  #
  26  
  27  CREATE TABLE `phpwcms_fonts_colors` (
  28    `color_id` int(11) NOT NULL auto_increment,
  29    `color_name` text NOT NULL,
  30    `color_value` varchar(255) NOT NULL default '',
  31    PRIMARY KEY  (`color_id`)
  32  ) TYPE=MyISAM AUTO_INCREMENT=7 ;
  33  
  34  # --------------------------------------------------------
  35  
  36  #
  37  # Tabellenstruktur für Tabelle `phpwcms_fonts_styles`
  38  #
  39  
  40  CREATE TABLE `phpwcms_fonts_styles` (
  41    `style_id` int(11) NOT NULL auto_increment,
  42    `style_name` text NOT NULL,
  43    `style_info` text NOT NULL,
  44    PRIMARY KEY  (`style_id`)
  45  ) TYPE=MyISAM AUTO_INCREMENT=3 ;


Generated: Tue Nov 16 22:51:00 2010 Cross-referenced by PHPXref 0.7