Subversion Repositories Applications.projet

Rev

Rev 17 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 20
Line 5... Line 5...
5
  `p_description` text,
5
  `p_description` text,
6
  `p_espace_internet` varchar(255) default NULL,
6
  `p_espace_internet` varchar(255) default NULL,
7
  `p_wikini` varchar(255) NOT NULL default '',
7
  `p_wikini` varchar(255) NOT NULL default '',
8
  `p_date_creation` date NOT NULL default '0000-00-00',
8
  `p_date_creation` date NOT NULL default '0000-00-00',
9
  `p_nom_repertoire` varchar(255) NOT NULL default '',
9
  `p_nom_repertoire` varchar(255) NOT NULL default '',
-
 
10
  `p_type` smallint(5) unsigned NOT NULL default '0',
10
  PRIMARY KEY  (`p_id`)
11
  PRIMARY KEY  (`p_id`)
11
);
12
);
Line 12... Line 13...
12
 
13
 
13
CREATE TABLE `projet_documents` (
14
CREATE TABLE `projet_documents` (