Allow the decimal datatype scal and percision to be customized.

2
Voted

The C# decimal data type always maps to decimal(24,18) which is a maximum number of less than 1 million. I would like a feature to customize the scale and precision for decimal data types. I would also like this feather to be fully supported by the migrations process.

Status: New