tbl1_Registrar_Contacts

Description

This table keeps track of the email addresses the request portal program should use to email decisions to the registrar’s office based on semester

Footnote

since Registrar’s office has different contact for summer session

Columns

ID int(11) NOT NULL

Options

display="true", null="true", search="false", type=""

registrar_name varchar(255) DEFAULT NULL

Description

Registrar Name

Options

display="true", null="true", search="false", type=""

registrar_email varchar(255) DEFAULT NULL

Description

Email address

Options

display="true", null="true", search="false", type=""

which_semester varchar(255) DEFAULT NULL

Description

Fall, Spring, Summer or Winter

Options

display="true", null="true", search="false", type=""

last_change timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()

Options

display="true", null="true", search="false", type=""