Subject int64 datatype in FB 1.5.2?
Author diwic2
What's the proper name of an int64 (integer from 2^-63 to 2^63-1)
datatype in FB 1.5.2?

I'm looking for something like:

create table foo (bar int64 not null primary key);

...however "int64" is not recognized - so what's the real name?

// David