Believe it or not, yes! Access 97 in fact; the default JET engine provided with EA is 3.5, which is, IIRC, the Access 97 version. There is an option to use JET 4.0 (in the main program/project options), which I think would bring you up to Access 2000. What will happen to EA if you change the length of the column in question is anyone's guess...
I do know that it is possible, when using Access 2007 at least, to upgrade the .eap file to an .accdb file (Office 2007 version of .mdb files) and then add queries, forms, even new tables to the database and have EA work just fine, but I've never tried altering one of the core tables (t_attribute in this case). Other RDBMS repositories (e.g. MySQL, SQL Server) also let you add things to the EA database without affecting the operation of EA, but again I never modified the EA schema in any way.
I would report this as a bug...
BTW - Sparx is verrry reluctant to endorse ANY changes to the database schema. I have on several occasions asked about the possibility of re-purposing a few table columns for use by add-ins, and the answer has always been "not a good idea - we may change how we use this field in the future."