Create Table defaults to DOUBLE data type

Previous to today when I would create a new table and column with a type of INT via the REST API, the console table schema would show the corresponding data type for the column as INT.

Today I noticed that when creating a new table and column, the data type is DOUBLE in the console. Has this changed as a default?

Yes, we made that change in order to accommodate the largest possible numeric value and thus avoid dynamic type expansion in the runtime.

Regards,
Mark

Thanks for the info/confirmation.