[ Index ] |
|
Code source de Dolibarr 2.0.1 |
1 -- ======================================================================== 2 -- Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> 3 -- 4 -- This program is free software; you can redistribute it and/or modify 5 -- it under the terms of the GNU General Public License as published by 6 -- the Free Software Foundation; either version 2 of the License, or 7 -- (at your option) any later version. 8 -- 9 -- This program is distributed in the hope that it will be useful, 10 -- but WITHOUT ANY WARRANTY; without even the implied warranty of 11 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 -- GNU General Public License for more details. 13 -- 14 -- You should have received a copy of the GNU General Public License 15 -- along with this program; if not, write to the Free Software 16 -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 -- 18 -- $Id: llx_mailing.sql,v 1.1 2005/01/04 16:28:52 rodolphe Exp $ 19 -- $Source: /cvsroot/dolibarr/dolibarr/mysql/tables/llx_mailing.sql,v $ 20 -- 21 -- ======================================================================== 22 -- 23 -- redaction : 0 24 -- valide : 1 25 -- approuvé : 2 26 -- envoye : 3 27 28 create table llx_mailing 29 ( 30 rowid integer AUTO_INCREMENT PRIMARY KEY, 31 32 statut smallint DEFAULT 0, -- 33 34 date_envoi datetime, -- date d'envoi 35 titre varchar(60), -- company name 36 sujet varchar(60), -- company name 37 body text, 38 cible varchar(60), 39 40 nbemail integer, 41 42 email_from varchar(160), -- company name 43 email_replyto varchar(160), -- company name 44 email_errorsto varchar(160), -- company name 45 46 date_creat datetime, -- creation date 47 date_valid datetime, -- creation date 48 date_appro datetime, -- creation date 49 50 fk_user_creat integer, -- utilisateur qui a créé l'info 51 fk_user_valid integer, -- utilisateur qui a créé l'info 52 fk_user_appro integer -- utilisateur qui a créé l'info 53 54 )type=innodb; 55
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 12:29:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |