Skip to content

Data migration from mysql to postgres is not converting the datatype smallint(mysql) to Boolean(postgres) #135

@hero78

Description

@hero78

While migrating from mysql Database to Postgres. The Data type smallint which is meant to capture values like 1,0 (True/false respectively) is failing to be coverted to BOOLEAN. In Postgres it's maintained as Smallint

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions