You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
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.