/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-15 08:05:41 UTC
  • mto: (15.1.9 magstudentportal-more-db)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: gustav.hartvigsson@gmail.com-20170815080541-zlpbaoz2l9y0iohz
* woops
   Better to have it as an integer.

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,