diff --git a/STINK_student_records/Test_classes/Assessment/STINK_student_records_Test_Assessment.php b/STINK_student_records/Test_classes/Assessment/STINK_student_records_Test_Assessment.php index 3f91819..09f4d54 100644 --- a/STINK_student_records/Test_classes/Assessment/STINK_student_records_Test_Assessment.php +++ b/STINK_student_records/Test_classes/Assessment/STINK_student_records_Test_Assessment.php @@ -50,6 +50,7 @@ 'sql_type' => array( 'CHAR', 'VARCHAR2', 'VARCHAR' ), 'min_length' => 1, 'nullable' => false, + 'default' => 'F', 'legal_values' => array( 'T', 'F' ), // 'f', 'F', 'false', 'False', 'FALSE', 'n', 'N', 'no', 'No', 'NO', '0', // 't', 'T', 'true', 'True', 'TRUE', 'y', 'Y', 'yes', 'Yes', 'YES', '1', ),