code_compile_output PK,FK request_id varchar(255) NOT NULL end_time datetime(6) DEFAULT NULL exit_code int DEFAULT NULL output_lines text DEFAULT NULL start_time datetime(6) DEFAULT NULL status varchar(255) DEFAULT NULL code_run_output PK,FK request_id varchar(255) NOT NULL PK test_case_id int NOT NULL duration int DEFAULT NULL end_time datetime(6) DEFAULT NULL execution_status varchar(255) DEFAULT NULL exit_code int DEFAULT NULL memory_consumed int DEFAULT NULL output_lines text DEFAULT NULL reason_for_failure varchar(255) DEFAULT NULL start_time datetime(6) DEFAULT NULL status varchar(255) DEFAULT NULL code_submission PK request_id varchar(255) NOT NULL code longtext NOT DEFAULT NULL compiled_code_path varchar(255) DEFAULT NULL request_created_at datetime(6) DEFAULT NULL language varchar(255) DEFAULT NULL