/*
  This should be used to create the database.

  How to do this depends on the DB.
*/

CREATE DATABASE mag_studentportal
      ENCODING = 'UTF8'
      CONNECTION LIMIT = -1;