2
May
2007

MySQL Modelling Update

Hopefully this is the last version of our database structure:

CREATE TABLE events (
id INT NOT NULL AUTO_INCREMENT,
title VARCHAR(50),
description TEXT,
startTime TIME,
startDate DATE,
endTime TIME,
endDate DATE,
linkage TINYTEXT,
institution SMALLINT UNSIGNED,
location TEXT,
category SMALLINT UNSIGNED,
prize DECIMAL(3,2),
active CHAR(1),
PRIMARY KEY(id));

CREATE TABLE institutions (
id INT NOT NULL AUTO_INCREMENT,
name VARCHAR(50),
logo VARCHAR(50),
linkage TINYTEXT,
description TEXT,
telephone TINYTEXT,
cellphone TINYTEXT,
street TINYTEXT,
zip INT(10),
city VARCHAR(50),
email TINYTEXT,
PRIMARY KEY(id));

CREATE TABLE categories (
id INT NOT NULL AUTO_INCREMENT,
name VARCHAR(50),
icon VARCHAR(50),
description TEXT,
PRIMARY KEY(id));


I at the moment asked Markus from the Information Service to install a GUI (phpMyAdmin) for the database administration. He sees no problem. :-)
logo

vcCal

Building a Microformats tagged vCalendar for Cultural Events

Users Status

You are not logged in.

Navigation

Recent Updates

Resumee
Here's my resumee from the view of the project manager...
Microformatics - 28. Jun, 21:30
vccal testing environment
the backend is now running on the freepic server. so...
Howdy - 14. Jun, 13:41
MySQL Modelling Update
Hopefully this is the last version of our database...
Microformatics - 13. Jun, 23:29
Apache & MySQL running...
now an apache server and mysql (xampp) are running...
Microformatics - 1. Jun, 10:01
Calendar Views
Month Week Day The requirements from the programming...
Microformatics - 31. May, 18:05

Search

 

Status

Online for 6210 days
Last update: 28. Jun, 21:30

Credits


Programming
Project
Profil
Logout
Subscribe Weblog