A user cannot save an application because the system is trying to save awards that have null values - and the db has not-null constraints on the columns.
Awards columns should have loose (no) constraints, similar to the applications table, so that people can save incomplete data and come back to it later.
This is a blocking issue and should be addressed asap.
A user cannot save an application because the system is trying to save awards that have null values - and the db has not-null constraints on the columns.
Awards columns should have loose (no) constraints, similar to the applications table, so that people can save incomplete data and come back to it later.
This is a blocking issue and should be addressed asap.