/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/resources/create_tables.sql

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-28 14:00:50 UTC
  • mfrom: (15.1.3 magstudentportal-more-db)
  • Revision ID: gustav.hartvigsson@gmail.com-20170828140050-zu6nqc1vlp9wnwh8
* derp?

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
 
104
104
  student                 BIGINT NOT NULL,
105
105
 
106
 
  late_time               TIMEZONE_MINUTE,
 
106
  late_time               INTEGER,
107
107
 
108
108
  CONSTRAINT lecture_fk   FOREIGN KEY (lecture_course,
109
109
                                      lecture_start_time,