Subject | Re: [Firebird-general] Firebird Experiment (was Property Management/Hotel systems) |
---|---|
Author | brenmcguire@tariffenet.it |
Post date | 2004-10-21T07:08:39Z |
Nigel Weeks wrote:
Oh God, someone still writes SQL scripts without an E-R diagram... This
way is full of dangers and the result is a poor implementation.
Ciao
Antonio Petrelli
>Righto, lunch is over. Here's what I've done:etc. etc....
>Anyone like to add/modify/delete?
>
>Nige.
>
>
>
>/* Hotel Module
>Supports room information, restaurant bookings, cleaning and maintenance
>schedules
>*/
>
>/* Room Types Source Table */
>CREATE TABLE tlkp_roomtype (
> str_type VARCHAR(20) NOT NULL,
> PRIMARY KEY(str_type)
>);
>
Oh God, someone still writes SQL scripts without an E-R diagram... This
way is full of dangers and the result is a poor implementation.
Ciao
Antonio Petrelli