Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Set range of decimal by using ColumnType::DECIMAL #85

@avolutions

Description

@avolutions

When writing a migration it is only possible to pass a range (precision and scale) to a column of ColumnType::DECIMAL by concat the string like this:
ColumnType::DECIMAL.'(12,9)')
This is not a nice way, a possibility to add precision and scale should be added to Column class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions