Subversion Repositories Applications.papyrus

Rev

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

Rev 505 Rev 545
Line 149... Line 149...
149
        
149
        
150
CREATE TABLE `projet_type` (
150
CREATE TABLE `projet_type` (
151
  `pt_id_type` tinyint(3) unsigned NOT NULL default '0',
151
  `pt_id_type` tinyint(3) unsigned NOT NULL default '0',
152
  `pt_label_type` varchar(255) NOT NULL default '',
152
  `pt_label_type` varchar(255) NOT NULL default '',
153
  PRIMARY KEY  (`pt_id_type`)
-
 
-
 
153
  PRIMARY KEY  (`pt_id_type`)
Line 154... Line 154...
154
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
154
)