Skip to content

aacoelho/DEI-OD1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

DEI-OD1

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

Installation

To build the tables, run phpMyAdmin from a local or remote server, or use the demo version available from the phpMyAdmin website.

Create a new database and import the od1.sql file or copy and paste its contents into the new database.

Tables

Rooms
  • id (Auto Incremented INT)
  • room (e.g. F1.1)
Services
  • id (Auto Incremented INT)
  • name (VARCHAR — e.g. GAPI — Gabinete de Apoio a Projectos de Investigação)
Teachers
  • id (Auto Incremented INT)
  • name (VARCHAR — e.g. Alberto Jorge Lebre Cardoso)
Offices
  • id (Auto Incremented INT)
  • roomID (INT)
  • teacherID (INT)

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 teacher offices, by creating a table which makes use of the teachers and rooms tables
  • adding office hours for teachers
  • 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.

About

Database for Design Workshop I / FCTUC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published