|
zevince |
 |
Maitre 
Déconnecté
Niveau : 4 N° de Membre :
10414
Ancienneté : 96%
Participation : 5%
Inscription: 08 Mar 2003
Localisation:
Age: 54
Messages: 3439
Sujets Lancés : 23
|
CREATE TABLE dossiers (
id_dossier serial NOT NULL,
"type" character varying(255),
etat character varying(255),
date_creation date DEFAULT '1970-01-01'::date,
date_modif date DEFAULT '1970-01-01'::date,
date_confirm date DEFAULT '1970-01-01'::date,
acompte numeric(8,2) DEFAULT 0::numeric,
total numeric(8,2) DEFAULT 0::numeric,
dep_pays character varying(2) DEFAULT 'FR'::character varying,
dep_ville character varying(255),
dest_pays character varying(2),
dest_ville character varying(255),
dest_hotel character varying(255),
adultes integer DEFAULT 0,
enfants integer DEFAULT 0,
bebes integer DEFAULT 0,
pension character varying(255),
date_deb date DEFAULT '1970-01-01'::date,
date_fin date DEFAULT '1970-01-01'::date,
compris text,
tour_op character varying(255),
commentaire_vendeur text,
commentaire_client text,
commentaire_facture text
);
oups.. boulot power
Signaler ce message à un modérateur | IP: Logguée Temps en ligne : 11 Jours, 10 Heures, 42 Minutes, 24 Secondes en ligne
|