<?php
namespace jobs;
class JobDatabaseTable extends \CSY2028\DatabaseTable {
protected $server = 'mysql';
protected $username = 'student';
protected $password = 'student';
protected $schema = 'job';
}