[ Index ]
 

Code source de Typo3 4.1.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/typo3/sysext/tsconfig_help/ -> ext_tables.sql (source)

   1  #
   2  # Table structure for table 'static_tsconfig_help'
   3  #
   4  CREATE TABLE static_tsconfig_help (
   5    uid int(11) NOT NULL auto_increment,
   6    guide int(11) DEFAULT '0' NOT NULL,
   7    md5hash varchar(32) DEFAULT '' NOT NULL,
   8    description text NOT NULL,
   9    obj_string tinytext NOT NULL,
  10    appdata blob NOT NULL,
  11    title tinytext NOT NULL,
  12    PRIMARY KEY (uid),
  13    KEY guide (guide,md5hash)
  14  );
  15  


Généré le : Sun Nov 25 17:13:16 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics