[ Index ] |
|
Code source de Horde 3.1.3 |
1 -- $Horde: horde/scripts/sql/horde_log.mssql.sql,v 1.1.2.1 2006/01/18 19:58:48 ben Exp $ 2 3 CREATE TABLE horde_log ( 4 id INT NOT NULL, 5 logtime TIMESTAMP NOT NULL, 6 ident CHAR(16) NOT NULL, 7 priority INT NOT NULL, 8 -- For DBs that don't support the VARCHAR(MAX) field type: 9 -- message VARCHAR(2048), 10 message VARCHAR(MAX), 11 PRIMARY KEY (id) 12 ); 13 14 GRANT INSERT ON horde_log TO horde;
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |