DEI-OD1

Database for Design Workshop I / FCTUC

Download .zip Download .tar.gz View on GitHub

SQL database for the second Oficina de Design I (Digital Workshop I) project @ FCTUC.

Installation

The od1.sql file should preferably be imported into an empty table.

Tables

Rooms
  • ID (Auto Incremented INT)
  • Room (e.g. F1.1)
Services
  • ID (Auto Incremented INT)
  • Name (e.g. GAPI — Gabinete de Apoio a Projectos de Investigação)
Teachers
  • ID (Auto Incremented INT)
  • Name (e.g. Alberto Jorge Lebre Cardoso)

Contributing

Students should fork this project and work on top of the original table structure, by adding any information that's relevant to the project, e.g.

  • adding office hours for teachers, by creating a table which makes use of the teachers and rooms tables;
  • establishing relations between services and rooms.

All changes considered useful for the entire class will be merged to the main repository. Pull requests should include at least one .sql file, with no database creation or editing instructions.