support for 64 bit integer type for database columns

Please add support for 64 bit integer type (java type: long) for the database columns.
My temporary solution was to change the type to string and store the long values as strings.

Any reason why the “Double” type (which we support) is not working out for you?