There's currently a mismatch between the runtime validation and the Students table schema - in the TS we expect institution to be nullable, but that wasn't the case. I've updated the schema of the table; this PR just keeps our SQL definition file up to date.
There's currently a mismatch between the runtime validation and the
Students
table schema - in the TS we expectinstitution
to be nullable, but that wasn't the case. I've updated the schema of the table; this PR just keeps our SQL definition file up to date.