<< FH Düsseldorf  
FACE >> 
Geschichte >> 
Projekte >> 
Neue Projektideen >> 
Projektgruppe >> 
Artikel >> 


Entwürfe>> 
Dokumentation >> 
Projektplanung >> 
Inhalt >> 
Gestaltung >> 
Redaktion >> 
Technik >> 
Barrierefreiheit >> 
Glossar >> 

HTML & CSS >> 
Webcontainer System >> 
Datenbank Modell >> 
UML Modell >> 

 
  FH D        
 

Fachhochschule
Düsseldorf




     

Datenbank Modell

 
site_structure>> 
authorization>> 
system>> 

container_navigation>> 
container_text>> 
container_list>> 
container_image>> 
container_person>> 
container_calendar>> 
container_lecture>> 

system


Einzelne tabellen, die fuer die Grundfunktionen benoetigt werden.

 

The tables that are needed for basic functions.

 

Tabelle: department

Bildet Einrichtungen, Abteilung oder Bereiche der Seite ab.
Represents institutions, departments or areas of the page.

 

department_id int Eindeutige ID der Einrichtungen, Abteilung oder des Bereiches.
Distinct ID of the institution, department or the area.
department_name varchar(255) Name der Einrichtungen, Abteilung oder des Bereiches in der angegeben Sprache.
Name.
department_description text Beschreibung der Einrichtungen, Abteilung oder des Bereiches in der angegeben Sprache.
Description of the institution, department or the area in the used language.
department_language_id int Fremdschluessel zur verwendeten Sprache der Einrichtungen, Abteilung oder des Bereiches.
Foreign key to the used language of the institution, department or area.
department_abb varchar(50) Abkuerzung der Einrichtungen, Abteilung oder des Bereiches.
Abbrevation of the institution, department or the area.

 

Tabelle: language

Uebersicht und Angaben über alle Sprachen.
Overview and details about all languages.

 

language_abb int Sprachkuerzel nach RFC 3066 (de-de, en-us, en-en, . . .).
Short term according to RFC 3066 (de-de, en-us, en-en, . . .).
language_id int Eindeutige ID der Sprache.
Distinct ID of the language.
language_charset varchar(20) Der zur Sprache gehoerende Zeichensatz.
The character set that belongs to the language.
language_dir ENUM(lr,rl) Die Richtung in der Geschrieben wird. (von links nach rechts, v.r.n.l.).
The Direction of writing (from the left to the right or vice versa).
language_name varchar(50) Bezeichnung der Sprache.
Name of the language.

 

Tabelle: location

Bildet oertliche Bereiche oder Raeume ab.
Represents locations or rooms.

 

location_id int Eindeutige ID der Oertlichkeit.
Distinct ID of the location.
location_name varchar(10) Name der Oertlichkeit in der verwendeten Sprache.
Name of the location in the used language.
location_description text Beschreibung der Oertlichkeit in der verwendeten Sprache.
Description of the location in the used language.
weitere_daten ??? ??? vieleicht eine zeichnung, oder die adresse (fh/uni)
language_id int Fremdschluessel zur verwendeten Sprache der Oertlichkeit.
Foreign key to the used language for the location.

 

Tabelle: system_grid

Angaben zu dem Gitter in dem die Container auf der Seite positioniert werden.
Declaration of the grid that positions the container on the site.

 

grid_col_id int Eindeutige ID und Position der Spalte (0 = links).
Distinct ID and position of the column (0 = left).
grid_col_width int Breite der Spalte in Pixel.
Width of the column in pixels.
grid_col_left_margine_width int Linker Abstand der Spalte.
Left margin of the column.

 

Tabelle: types_color

Zentrale Sammelstelle fuer alle Farbangaben.
Central place for collecting the declarations of colors.

 

color_id int Eindeutige ID der Farbe.
Distinct ID of the color.
color_name varchar(30) Name der Farbe.
Name of the color.
color_value int Farbwert
Color value.
color_annotation text Beschreibung der Farbe.
Description of the color.

 

Tabelle: types_distance

Zentrale Sammelstelle fuer alle Abstandsangaben.
Cental place for collecting the declarations of distances.

 

distance_id int Eindeutige ID des Abstandstyps.
Distinct ID of the type of distance.
distance_value int Wert in Pixel.
Distance value in pixels.
distance_annotation text Beschreibung des Abstandstyps.
Description of the type of distance.
distance_name varchar(50) Name das Abstandstyps.
Distance name.

 

Tabelle: version

Liste aller Versionen des Systems, mit dem jeweiligem Zustand.
List of all versions of the system with the according condition.

 

version_id int
version_state_id int
version_timestamp timestamp
version_person_id int

 

Tabelle: version_state

Zustand des Objekts. (z.B.: Veroeffendlicht, Vorschlag, Entwurf, . . . )
State of the object (e.g.: published, proposition, draft, ...).

 

version_state_id int
version_state_description text
version_state_name varchar(30) veroeffentlicht, vorgeschlagen ...

 

FH D
10.04.2004

Seitenanfang ^^