Why does ORA item_id can not be longer than 128 characters?

I found that tables for ORA workflows define item_id varchar(128), shouldn’t it be varchar(255) just like submissions_studentitem table?
len(item_id) <= 128 will lead to course_id <= 70, I think this is not ideal and make some of my courses can not use ORA. Any idea how to overcome this?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.