Skip to content

Support (BIG)SERIAL and REAL Postgres type #80

@paroxyste-0

Description

@paroxyste-0

Hello, I would like to know if the SERIAL, BIGSERIAL and REAL types are supported, created as follows:

for example :

id BIGSERIAL PRIMARY KEY,
price FLOAT(2)

the result is :
image

because I can't insert price with float data in python, and not retrieve BigSerial data with an int value in python.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions