reisemuell

From: Andreas Schmitz <a(dot)schmitz(at)cityweb(dot)de>
To: pgsql-php(at)postgresql(dot)org
Subject: reisemuell
Date: 2003-04-28 11:29:07
Message-ID: 200304281329.07685.a.schmitz@cityweb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php


Hallo Andreas,

hier mal kurz der Vorschlag fuer eine moegliche Tabelle. Brauchst du noch
irgendwelche Felder oder ae. ?

-andreas

create table reiseangebote (
id serial not null,
reiseland varchar(255),
reiseregion varchar(255),
reiseort varchar(255),
reisestart timestamp without timezone not null,
reiseende timestamp without timezone not null,
reiseart varchar(100),
reisepreis float not null,
reiseabfh varchar(100),
reisezielfh varchar(100),
reisehotel varchar(255),
reiseid integer not null,
reiseurl varchar(255)
);

--
Andreas Schmitz - Phone +49 201 8501 318
Cityweb-Technik-Service-Gesellschaft mbH
Friedrichstr. 12 - Fax +49 201 8501 104
45128 Essen - email a(dot)schmitz(at)cityweb(dot)de

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Andreas Schmitz 2003-04-28 11:38:58 Re: reisemuell
Previous Message Dani Oderbolz 2003-04-28 11:14:37 Encoding issues