Hello, I would like to know if the SERIAL, BIGSERIAL and REAL types are supported, created as follows: for example : ```sql id BIGSERIAL PRIMARY KEY, price FLOAT(2) ``` the result is :  because I can't insert price with float data in python, and not retrieve BigSerial data with an int value in python. Thanks