Skip to content

afilipapereira/DEI-OD1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

DEI-OD1

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.

About

Database for Design Workshop I / FCTUC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published