Skip to content

[v2] propel:migration:diff ignores "scale" in decimal column definition #320

@ghost

Description

After adding a decimal column (10,2) to the schema

<column name="my_new_column" type="DECIMAL" size="10" scale="2" required="false" />

the decimals are missing in the generated migration.

ALTER TABLE `my_table`
    ADD
(
    `my_new_column` DECIMAL
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions