Column differs from actual column

I connect to integers in a few FileMaker 11 tables, and get this odd error for Type: Numbers:

“filemaker->clients->active” column difference. (NUMBER(id:8), length: -1, scale: -1, allowNull: true) in DB ↔ (NUMBER(id:8), length: -1, allowNull: true) in DB information file … The DB information on this column differs from the actual column in the DB clients.dbi /resources/datasources/filemaker JSON file Database information inconsistency

The Quick Fix offers to “Accept column differences, and no longer report”

is that a proper solution ?

I tried Reloading the tables in Developer, but no difference

greg

Greg,

The quickfix filters the column difference from the problems view.
It has no other consequences.

Rob

I have already set my filters and preferences to hide many warnings that I know are insignificant

but is THIS warning insignificant ? I have no way to know, so I’m hesitant to hide it

greg

The quickfix filters the column difference from the problems view … It has no other consequences.

Greg,

The quickfix to accept this difference is not a general-accept-for-all-columns change, but only for this specific column.
So if you accept this one, Servoy will stop complaining about the column difference for this column, but not for columns with a similar difference.

Rob