Replace bw column from BIGINT to INTEGER type
to reduce the number of Bytes to 4 (values from -2147483648 to +2147483647) to match Java Integer (also 4 bytes). In Python we have this size for 32 bits platforms and in C too, using long.
Closes #5 (closed)