Subversion Repositories Applications.projet

Compare Revisions

Regard whitespace Rev 158 → Rev 159

/trunk/documentation/projet_v0.24.sql
15,7 → 15,7
`p_type` smallint(5) unsigned NOT NULL default '0',
`p_modere` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`p_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
);
 
 
 
166,7 → 166,7
`pt_i18n` varchar(5) NOT NULL default '',
`pt_template` text NOT NULL,
PRIMARY KEY (`pt_id_template`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
);
 
#
# Contenu de la table `projet_template`