Open
Description
openedon Dec 22, 2021
For a float column in snowflake liquibase diff-changelog and generate change log commands are generating the datatype as DOUBLE(0),
snowflake does not expect a size for the double datatype. A Json changelog column example below:
"column": {
"name": "ABCD",
"type": "DOUBLE(0)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Type
Projects
Status
Open Issues