Changing attribute-types on an existing database

2
What would happen if I would change attribute x from type 'string' to type 'integer'? Would this clear all the old string values (which are numbers for sure, we've kept it that way with java-checks) or will it convert the string values to integer values?
asked
1 answers
4

This will clear all old string values so you've to import them again (I applied this yesterday..)

answered